In the Role Tailored Client all file system commands used by the Classic Client have been removed. For those who have been using commands such as EXISTS, RENAME and ERASE there is a code update to be done. I created a codeunit that includes these functions and can be used to replace the commands in the old code. These functions work both in the Role Tailored Client and in Classic Client.
The attached code includes the following functions;
- SelectExcelFileName
- ConfirmFileExists
- FileExists
- FileRename
- FileErase
- FileCopy