Project

General

Profile

Actions

Added in 1.8.10

$isfile(file)

Returns $true if the specified file exists, otherwise $false.

Parameters

Parameter Description
file File to check.

Example

; Check if notepad.exe exists.
//if ($isfile(C:\Windows\notepad.exe)) echo -ag file exists

Updated by Per Amundsen about 1 year ago · 2 revisions

Also available in: PDF HTML TXT