hello,
does anyone know if its possible to get 0 byte length files on copy using the Windows Scripting host copy method..
I'm using the FileSystemObject to copy a set of files to a destination on another machine. Once in a while, there might be a network glitch, but can I get 0 byte length files on the receiving machine, using this copy?
here is a line to illustrate:
objFile.Copy strDestinationDir & objFile.Name, True
thanks for any pointers here