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" |