Worrow Posted June 3, 2005 Posted June 3, 2005 Is it possible to use Directory.move() with toupper/tolower function to uppercase/lowercase a directory? File.move() does the job fine (for files) but this one give me an error message says "source and destination must be different". Any alternative here (beside extra move to temporary name)? Thanks in advance. Quote
Machaira Posted July 1, 2005 Posted July 1, 2005 Doesn't look like it. Just rename the original to a temp name, create the new one and move the files and folders in the original. Quote Here's what I'm up to.
Worrow Posted July 4, 2005 Author Posted July 4, 2005 Thanks for your reply. At least now I feel a bit more comfortable with the "temp var" way. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.