Directories
- Sub ChangeDir(p$)
Sets the working directory that the directory commands use.
- Function DirExists(p$)
Returns true if a directory exists and false if not.
- Function DirFirst$()
Resets the directory list poll and returns the first item in the current working directory.
- Function Dir$()
Returns the current working directory.
- Function DirNext$()
Returns the next item in the directory poll.
See also
DirFirst$()
- Function MakeDir(p$)
Creates a new directory.
- Function RemoveDir(p$)
Removes a directory.