DIR

From Dark Signs Online
Revision as of 04:28, 18 March 2024 by Doridian (talk | contribs) (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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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