Field-Map Scripting

4.4.3.4 GetFilesOfDir

GetFilesOfDir function


Prototype:

function GetFilesOfDir(const Path: string; const IncludingFullPath_ : boolean): TStringListWrapper;

Description:


Syntax:

variable := Project.GetFilesOfDir(Path);


Part

Description


variable

Variable declared as an instance of TStringListWrapper


Project

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


Path

Directory path with the name of newly created folder delimited with ' ' (if no path is inserted, the file is created in ProjectDir)


IncludingFullPath



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