|
-
Jun 16th, 2010, 10:40 AM
#1
Re: moving file and using common dialoger
Two basic ways of moving a file:
1) Use VB's Name method, i.e., Name oldpath/file As newpath/file
2) Copy file & then delete source: VB's FileCopy & Kill methods.
Here's a quickie tutorial on the common dialog
If you run into problems, be sure to be far more specific. When you find some time, review the "HitchHiker's Guide" link in my signature below. It will enable you to help us better to help you.
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
|