Forum Discussion
joffre
14 years agoRegular Contributor
I used like you told me to:
But the problem still the same.
Sub Teste2
Const Path = "D:\Scripts\Scripts"
Call aqFileSystem.RenameFolder(Path&"\01 - LGComponentes", Path&"\1.LGComponentes")
Call aqFileSystem.RenameFolder(Path&"\1.LGComponentes\SQL Server", Path&"\1.LGComponentes\SQLServer")
Call aqFileSystem.RenameFile(Path&"\1.LGComponentes\SQLServer\1.LGComponentes_CREATE_SQL_SERVER.sql", Path&"\1.LGComponentes\SQL Server\1.SQL")
Log.Message("Folder 1.LGComponentes renamed")
End Sub
But the problem still the same.