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

m (Bot: Automated text replacement (-Added On:.+\n?\n?\n?\n?\n? +))
m (Bot: Fixing compatibility)
Line 13: Line 13:
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC v4.0 (final version)
+
{{mIRC compatibility|4.0 (final version)}}
  
 
== See Also ==
 
== See Also ==

Revision as of 03:18, 6 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)
Added on: INVALID version INPUT TO {{mIRC date}} template.
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also