Results 1 to 3 of 3

Thread: Error 67

  1. #1
    Guest

    Question

    Hello All,

    Dose anybody know a way around the 512 maximum file limit VB/MSDOS places when copying files to the root of a drive? I'm writing a app to backup our servers database to a zip drive and I keep getting an error 67 from the system.

    I've tried using VB's FileCopy and the CopyFile API call, but no luck. Is there any other API call I can use to get around this "Design Feature" from MS? Any help would be greatly appreciated.

    Roger

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Boulder, Colorado, USA
    Posts
    325
    Why would you want to put all the backup files into root (c:\)? Just make a temp sub directory and fill it up. BTW, if you are backing up to a zip drive why not just FileCopy it there in the first place?
    -Shickadance

  3. #3
    Guest
    Hello MrShickadance,

    Well, I don't want to put all the files in the root of "C:\" I want to put then in the root of the Zip Drive without having to use a subfolder on the Zip drive. If the system can copy all of the files to a empty zip drive then there has to be a way for me to do this with out having to use a subfolder.

    Roger

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