There is a FileCopy verb.
Quote:
> Hey, I have a question. How do I copy files from one directory to one
that the
> user chooses. Say I have a directory "c:\something\stuff.tmp". I want to
copy
> stuff.tmp to another directory that the user chooses, or one that I create
in
> my code. Say to a folder in somethin. ie
"c:\something\Backup\stuff.tmp".
Quote:
> Like a backup directory. I dont know how to implement into my code this
copy
> procedure. I am making a backup program if you didnt all ready notice.
Any
> help would be appreciated.
> Rick