Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
Change this row:
to this
You neglected to take into account the rename for this part of things.
Call aqFileSystem.RenameFile(Path&"\1.LGComponentes\SQL Server\1.LGComponentes_CREATE_SQL_SERVER.sql", Path&"\1.LGComponentes\SQL Server\1.SQL")
to this
Call aqFileSystem.RenameFile(Path&"\1.LGComponentes\SQLServer\1.LGComponentes_CREATE_SQL_SERVER.sql", Path&"\1.LGComponentes\SQLServer\1.SQL")
You neglected to take into account the rename for this part of things.