Mkdir; Rmdir - Honeywell MX7 Tecton Reference Manual

Hand-held computer
Hide thumbs Also See for MX7 Tecton:
Table of Contents

Advertisement

Mkdir

Description
Creates a directory.
Syntax
Mkdir,dir
Parameters
dir:
The full path and name of the directory to be created.
Example
mkdir,\Program Files\MyApp
Notes
A new directory cannot be created if its parent directory doesn't exist.
For example, to create a directory called \MyApp with a subdirectory called SubDir1, use mkdir,\MyApp followed by
mkdir,\MyApp\SubDir1.

Rmdir

Description
Removes a directory.
Syntax
Rmdir,dir
Parameters
dir:
The full path and name of the directory to be removed.
Example
rmdir,\Program Files\MyApp
Notes
A directory cannot be removed if it contains files or subdirectories.
5-15

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents