From WikiChip
$exists identifier - mIRC
< mirc‎ | identifiers(Redirected from $exists identifier - mIRC)

The $exists identifier can be used to determine whether a specified file, or folder, exists. If the file/folder exists, or does not exist, the identifier will return $true or $false, respectively.


Synopsis[edit]

$exists(File/Folder)

Parameters[edit]

File/Folder The file or folder to check for

Example[edit]

Echo to the active screen if mirc.ini exists

//echo -a $exists(mirc.ini)

The above executed line should return the following:

$true

Compatibility[edit]

Added: mIRC v4.6
Added on: 07 Sep 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.

See Also[edit]

[Expand]
v · d · e mIRC identifier list