From WikiChip
Difference between revisions of "mirc/identifiers/$cd"
(Created $cd identifier - mIRC) |
|||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | The '''$cd''' identifier contains the current directory/folder a user is viewing within an | + | {{mirc title|$cd identifier}}The '''$cd''' identifier contains the current directory/folder a user is viewing within an {{mirc|/fserve}}. |
+ | |||
== Synopsis == | == Synopsis == | ||
Line 13: | Line 14: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|4.0}} | |
− | |||
− | |||
− | |||
== See Also == | == See Also == | ||
− | * | + | * {{mirc|on serv}} |
− | * | + | * {{mIRC|/fserve}} |
− | [[Category:mIRC | + | [[Category:mIRC identifiers|cd]] |
Latest revision as of 13:06, 20 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The $cd identifier contains the current directory/folder a user is viewing within an /fserve.
Synopsis[edit]
$cd
Paramters[edit]
None
Example[edit]
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[edit]
Added: mIRC v4.0
Added on: 20 Mar 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.