LocateFile

<< Click to Display Table of Contents >>

Navigation:  Functions >

LocateFile

SIGNATURE=IWUtils.LocateFile@string@string@string@Boolean

 

ETYPE=Function

 

Declaration:

Delphi:

function LocateFile(var aFileName: string; aRootPath: string; aFolder: string; aFolderOnly: Boolean = False): Boolean;

C++:

bool LocateFile(String aFileName, String aRootPath, String aFolder, bool aFolderOnly = False);

 

Unit: IWUtils.pas

 

Description: This is function IWUtils.LocateFile.

 

Parameters:

 

•aFileName: string

 

•aRootPath: string

 

•aFolder: string

 

•aFolderOnly: Boolean

 

Result(Boolean):