|
-
Dec 17th, 2000, 12:51 AM
#1
Thread Starter
Fanatic Member
How can I move files to a different folder in vb?
If a post has helped you then Please Rate it!
-
Dec 17th, 2000, 04:15 AM
#2
transcendental analytic
Code:
Name sourcefilepath as destinationfilepath
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Dec 17th, 2000, 10:30 AM
#3
PowerPoster
Well, you also can use the FileCopy command
Code:
FileCopy sourcefilepath, destinationfilepath
-
Dec 17th, 2000, 10:39 AM
#4
_______
<?>
Chris:
Filecopy does not move the file it copies the file.
Completely different than Move as requested.
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Dec 17th, 2000, 10:47 AM
#5
PowerPoster
Oops... HeSaidJoe, you're rite... misstake
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
|