Actions
$exists » History » Revision 1
Revision 1/2
| Next »
Per Amundsen, 08/06/2015 03:52 AM
Added in 1.9.0
$exists(file|dir)
Returns $true if a file or dir exists otherwise $false.
Parameters
file|dir - File or directory.
Example
; Check if file exists if ($exists(c:\windows\notepad.exe) file exists ; Check if directory exists if ($exists(c:\windows) directory exists
Updated by Per Amundsen over 9 years ago · 1 revisions