It looks like you're new here. Sign in or register to get started.
// Move a file to another directory COPY(lrecFile.Path + '\' + lrecFile.Name, recSalesSetup."Backup Folder Name" + '\' + lrecFile.Name); ERASE(lrecFile.Path + '\' + lrecFile.Name);
Comments
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
2.) Press F1
3.) Goto Search Tab
4.) Search on Copy
5.) Dubble click on first found item (COPY(File))
6.) Read help
To help you a bit more:
[Ok :=] File.COPY(FromName, ToName)
Good luck!
If it was hard to write, it should be hard to understand."