Hi All, I am trying to use RBase to remove some empty folders. I also have RBase creating some empty folders. To remove the folders I use...
RMDIR drive:\path the actual code might be.... SET VAR vemptyfolder TEXT = 'G:\Stuff\More_Stuff' RMDIR .vemptyfolder Sometimes it fails especially if RBase created the folder. It is acting like the folder is in use. The error variable code I get is 2270 Does Rbase somehow change the properties of folders to read only? Is there something I can to do make RBase "let go" of the folder it just made so the RMDIR command will work? Thanks. Mike

