Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
In your third line you have the following
It needs to look like
The only difference is the removal of a space between SQL and Server in the target name.
Call aqFileSystem.RenameFile(Path&"\1.LGComponentes\SQLServer\1.LGComponentes_CREATE_SQL_SERVER.sql", Path&"\1.LGComponentes\SQL Server\1.SQL")
It needs to look like
Call aqFileSystem.RenameFile(Path&"\1.LGComponentes\SQLServer\1.LGComponentes_CREATE_SQL_SERVER.sql", Path&"\1.LGComponentes\SQLServer\1.SQL")
The only difference is the removal of a space between SQL and Server in the target name.