I have collected few tips maybe could be used in NAV 2009 developing. Don't claim me too much if this looks to easy... :) Files managing on RTC pc . In C/AL we have statements for working with files like: EXISTS(<File_Name>); RENAME(<Old_File_Name>,<New_File_Name>); ERASE(<File_Name>); COPY(<From_File_Name>,<To_File_Name> ) . But this is working only on CC, as...