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