Pascal Scripting: FileExists
From Inno Setup
Pascal Scripting: FileExists
Prototype:
function FileExists(const Name: String): Boolean;
Description:
Returns True if the specified file exists.
From Inno Setup
function FileExists(const Name: String): Boolean;
Returns True if the specified file exists.