-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
$isdir Identifier - mIRC
< mirc | identifiers
Revision as of 19:22, 20 June 2024 by 2a02:c7c:a24f:2f00:88cd:f39:40f2:48d5 (talk) (Fix typo in link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
- mIRC Installation
- Virtual profile
- Playing music
- Unicode
- IPv6
- Optimization
- Threads
- DCC Protocols
- Line Length Limit
- Font rendering
$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]