|
-
May 2nd, 2001, 06:03 PM
#1
How to copy a file selected from CommonDialog to a destination?
How to copy a file selected from CommonDialog to destination?
I try to use
FileSystemObject.copyfile CommonDialog1.filename, DestinationPath
But it's not working.
Thanks!
Best Regards,
Kevin Shen
Best Regards,
Kevin Shen
-
May 2nd, 2001, 07:08 PM
#2
Re: How to copy a file selected from CommonDialog to a destination?
If the file is not currently open, you can use the FileCopy statement.
FileCopy CommonDialog1.filename, DestinationPath
-
May 2nd, 2001, 07:31 PM
#3
Re: How to copy a file selected from CommonDialog to a destination?
Do you know how to set startpath of the Open CommonDialog?
Thanks!
Best Regards,
Kevin Shen
Best Regards,
Kevin Shen
-
May 2nd, 2001, 07:46 PM
#4
Re: How to copy a file selected from CommonDialog to a destination?
CommonDialog1.InitDir = "c:\my documents"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|