CodeItBetter Programming Another VB Programming Blog

How to rename a directory

Posted on January 4, 2009
1
2
3
4
5
'File/Folder Handling - How to rename a directory
'You can rename a directory using the Name command, but you can't move a directory elsewhere:

'Assumes that "TempDir" is a subdirectory of the current directory
Name "TempDir" As "TempXXX"
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


 

No trackbacks yet.