Forum Discussion
joffre
14 years agoRegular Contributor
Are any of the files in that folder open and in use, as in your SQL Query editor or in a Text file editor? Are any of the files left in an open state from TestComplete's access (after you call aqFile.OpenTextFile you should close the file)?
On the folder that I've just created there is no file inside of it. And any folder either.
Just one folder named "SQL Server" inside C:\
I try to rename it to "SQLServer" and it doesn't work.
Call aqFileSystem.RenameFolder("C:\SQL Server", "C:\SQLServer")It creates a new folder named SQLServer and pastes the folder SQL Server inside of it.