Results 1 to 15 of 15

Thread: "Path Not Found" error

Threaded View

  1. #1

    Thread Starter
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861

    Resolved "Path Not Found" error

    I am using the following code to move a file from one location (locally) to another location on the network, but it generates a "Path Not Found" error.
    But if I type the paths into the "Run" box, it opens the locations just fine.

    Any ideas??

    cstrPrinterPath = "C:\MyFolder"
    VB Code:
    1. fso.MoveFile cstrPrinterPath & "\" & strFileName, "\\NetworkShare\MyFolders\PDFCatalogs\November\" & strNewFileName
    Last edited by Memnoch1207; Nov 5th, 2004 at 10:53 AM.
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width