Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>Index Function Function_List Files}} ====== FILE_EXISTS ====== ===== Description ===== Checks if the specified file or directory exists ===== Parameters ===== An expression returning a string identifying a file or directory name ===== Example ===== <code aim>IF FILE_EXISTS('c:/myfile.txt') = 'Yes' THEN DISPLAY MESSAGE ('File exists') </code> Last modified: 2023/05/09 00:54 Log In