Field-Map Scripting

4.4.3.17 FileExists

FileExists function


Prototype:

function FileExists(const Filename : string) :boolean;

Description:


Syntax:

variable := Project.FileExists(FileName);


Part

Description


variable

A variable declared as a boolean


Project

A reference to the Field-Map project as defined in Field-Map Project Manager


FileName

A string reference to the desired file name stored in the project folder

Return value:



Note: This function is available since version X7.



See also:

DeleteFile; CreateDir; DeleteDir; GetFilesOfDir; OpenFileByWindowsAssociation; SaveStringToIniFile; SaveIntegerToIniFile; SaveDoubleToIniFile; SaveBooleanToIniFile; LoadStringFromIniFile; LoadIntegerFromIniFile; LoadDoubleFromIniFile; LoadBooleanFromIniFile; ExtractFilename; ExtractFilePath; FileExists; DirectoryExists