ME310G1/ME910G1/ML865G1 AT Commands Reference Guide
80617ST10991A Rev.4 Page 495 of 545 2020-04-15
3.21.2. AT#M2MMKDIR - M2M File System Make Directory
This command manages the M2M File System.
AT#M2MMKDIR=<directory_name>
Set command makes a new directory in current directory (see #M2MCHDIR) or on a specified path.
The new directory must be created on existing path, only one directory at time can be created.
Parameter:
can be:
• full directory path name starting with "/"
(parent directory must exist)
• relative directory path name (parent
directory must exist)
• directory name (in current directory)
Maximum full directory length is 128 chars, maximum folder name is 64 chars.
<directory_name> is case sensitive.
<directory_name> can be equivalently enclosed on quote or not.
AT#M2MMKDIR=?
Test command returns OK result code
AT#M2MMKDIR="dir1"
OK
AT#M2MMKDIR=/myfolder
OK
AT#M2MMKDIR="/myfolder/mySubfolder"
OK
AT#M2MCHDIR="/myfolder/mySubfolder"
OK
AT#M2MMKDIR=newFolder
OK
AT#M2MCHDIR="/myfolder/mySubfolder/newFolder"
OK