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

(Added a directory-related command to the directory-related suggestions)
(Fix typo in link)
 
Line 28: Line 28:
  
 
== See also ==
 
== See also ==
* {{mIRC|$mkdir}}
+
* {{mIRC|/mkdir}}
 
* {{mIRC|$exists}}
 
* {{mIRC|$exists}}
 
* {{mIRC|$isfile}}
 
* {{mIRC|$isfile}}

Latest revision as of 19:22, 20 June 2024

$isdir(path) returns $true if the specified directory exists, otherwise $false, (same as $exists).


Synopsis[edit]

$isdir(path)

Parameters[edit]

* Path = The direction/path you want to check for.

Properties[edit]

None

Example[edit]

//echo -a $isdir($mircdir)

It will return $true because is checking if the mIRC direction is exists or not, as you using the mIRC it always be true.

//echo -a $isdir($mircdirtest)

It will return $true if inside your mIRC direction there is an folder named "test", otherwise will be $false.


Compatibility[edit]

Added: mIRC v5.5
Added on: 08 Jan 1999
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