AT#M2MMKDIR

#M2MMKDIR – M2M File System Make Directory

SELINT 2

AT#M2MMKDIR=<dir_name>

Set command makes a new directory in the current working directory in the M2M file system.

 

Parameter:

<dir_name> – directory name, quoted string type (up to max 16 chars depending on

current working directory, case sensitive)

 

Note: the directory name should be passed between quotes; directory names are case

 sensitive.

AT#M2MMKDIR=?

Test command returns OK result code.

Example

AT#M2MMKDIR="dir1"

OK