From WikiChip
Difference between revisions of "mirc/identifiers/$exists"
< mirc‎ | identifiers

 
Line 24: Line 24:
 
* {{mIRC identifier list}}
 
* {{mIRC identifier list}}
  
[[Category:mIRC identifiers|$exists identifier - mIRC]]
+
[[Category:mIRC identifiers|exists]]

Latest revision as of 14:06, 20 September 2017

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