286 Appendix A Command Reference
DIRN DIRectory New
Class Directory memory management
Description Initializes the directory edit buffer. The name name is assigned as the directory's name.
The query will return the name that has been assigned as the directory's name.
Command syntax DIRN name
name
optional valid MS-DOS filename (8 characters minus any extension)
Query syntax DIRN?
Example
DIRN // Init edit buffer without assigning a new name
or
DIRN MY_DIR // Init edit buffer with name of "MY_DIR"