#M2MDEL – M2M File System File Delete |
SELINT 2 | |
AT#M2MDEL=[<file_name>] |
Execution command deletes the file from the M2M file system in the current working directory.
Parameter: <file_name> – file name to delete, quoted string type (max 16 chars, case sensitive)
Note: the file name should be passed between quotes; file names are case sensitive. Note: If the file <file_name> is not present in the current working directory, an error code is reported. | |
AT#M2MDEL=? |
Test command returns OK result code. | |
Example |
AT#M2MDEL="M2MAPZ.bin" OK |