Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Copying files using the FileSystemObject and error handlers


Message #1 by "Sunil Bharuchi" <sunilbharuchi@b...> on Mon, 23 Apr 2001 00:37:19
> FileCopy command, but the source file must be in the target directory in
> the first place for the FileCopy command to work.   For my program this

    There are no such limitations on the FileCopy command.  The only limitation
I would see that would give you a problem would be the inability to copy open
files (this includes executables currently in memory).  It sounds to me that
you've got a invalid path.

- Chuck


  Return to Index