Actions
$isfile » History » Revision 1
Revision 1/2
| Next »
Per Amundsen, 08/06/2015 03:20 AM
Added in 1.8.10
$isfile(file)
Returns $true if the specified file exists, otherwise $false.
Parameters
file - File to check.
Example
; Check if notepad.exe exists. //if ($isfile(C:\Windows\notepad.exe)) echo -ag file exists
Updated by Per Amundsen over 9 years ago · 1 revisions