From WikiChip
mirc/identifiers/$cd
< mirc‎ | identifiers
Revision as of 00:42, 6 July 2014 by PatrolBot (talk | contribs) (Bot: Automated text replacement (-Added On:.+\n?\n?\n?\n?\n? +))

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)

See Also