Tuesday, March 20, 2012

Rename File in Unix through PeopleCode

                                             Rename File in Unix through PeopleCode

Exec("mv <path>/file1.csv <path>/file2.csv", %Exec_Asynchronous + %FilePath_Absolute);

No comments:

Post a Comment