I'm building a program that will rename folders. Obviously there is a chance of failure if any of the files in the folder are open when the program is run.
Is there a clever way to check that a folder is able to be renamed (in the same way you can check if a folder exists)? At the very least I can use an "on error goto ..." error trap, but that seems kinda generic.
Bookmarks