-
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
Difference between revisions of "mirc/identifiers/$cd"
< mirc | identifiers
m (Bot: Fixing links) |
m (Bot: Automated text replacement (-Added On:.+\n?\n?\n?\n?\n? +)) |
||
Line 14: | Line 14: | ||
== Compatibility == | == Compatibility == | ||
Added: mIRC v4.0 (final version) | Added: mIRC v4.0 (final version) | ||
− | |||
− | |||
== See Also == | == See Also == |
Revision as of 23:42, 5 July 2014
The $cd identifier contains the current directory/folder a user is viewing within an FSERVE.
Synopsis
$cd
Paramters
None
Example
This example will send the user the current folder they are in if they type !folder:
; Listen for !folder on the SERV event ON *:SERV:!folder:msg =$nick Current Folder: $cd
Compatibility
Added: mIRC v4.0 (final version)