DIR: Difference between revisions
From Dark Signs Online
Jump to navigationJump to search
(Created page with "'''DIR''' (''string'' optional-filter) Displays the files and folders in the directory you are currently in. == Parameters == DIR has no mandatory parameters. However, an optional keyword (''optional-filter'') can be provided that makes DIR display only the files and folders in the current directory that contain that keyword in their names. == Example == Display the files and folders that have the word "server" in them. <pre>DIR server</pre>") |
(No difference)
|
Latest revision as of 05:28, 18 March 2024
DIR (string optional-filter)
Displays the files and folders in the directory you are currently in.
Parameters
DIR has no mandatory parameters. However, an optional keyword (optional-filter) can be provided that makes DIR display only the files and folders in the current directory that contain that keyword in their names.
Example
Display the files and folders that have the word "server" in them.
DIR server