#M2MRMDIR – M2M File System Remove Directory |
SELINT 2 | |
AT#M2MRMDIR=<dir_name> |
Set command removes the directory from the current working directory in the M2M file system.
Parameter: <dir_name> – directory name, quoted string type (max 16 chars, case sensitive)
Note: the directory name should be passed between quotes; directory names are case sensitive.
Note: if the directory <dir_name> is not present in the current working directory, an error code is reported.
Note: if the directory <dir_name> is not empty, it is not possible to remove it and an error code is reported. | |
AT#M2MRMDIR=? |
Test command returns OK result code. | |
Example |
AT#M2MRMDIR="dir1" OK |