12.12 FREMOVE – removing a file or directory - #FREMOVE
#FREMOVE – removing a file or directory
AT#FREMOVE=
<name.ext>
Remove a directory or a file from a current location
Where:
- If it is a file:
<name.ext> - string, name - max 8 characters, ext – max 3 characters
- if it is a file:
<name.ext> - file name without .ext (e.g. “newdir”)
Example Removing a file:
AT#FREMOVE=”info.txt”
OK
Removing a directory:
AT#FREMOVE=”newdir”
OK
12.13 FREMOVEALL – remove all directories and files - #FREMOVEALL
#FREMOVEALL – remove all directories and files
AT#FREMOVEALL Remove all directories and files from a current location
NOTE: Removed directories can't contain any files or other directories
Example Removing all directories and files from a current location
AT#FREMOVEALL
OK
41