Honeywell MX9 Reference Manual page 255

Microsoft windows mobile 6.5 operating system
Hide thumbs Also See for MX9:
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.
7-15

Advertisement

Table of Contents
loading

Table of Contents