TransPort LR User Guide
118
Remove a directory
To remove a directory:
1. Make sure the directory is empty.
2. Use the
command, specifying the name of the directory to remove.
For example:
digi.router> dir
File
Size
Last Modified
---------------------------------------------------------
test
Directory
config.da0
763
Sun Mar 5 12:36:20
config.fac
186
Mon Feb 21 03:00:17
Remaining User Space: 102,457,344 bytes
digi.router>
digi.router> rmdir test
Directory test is not empty
ERROR
digi.router>
digi.router> dir test
File
Size
Last Modified
---------------------------------------------------------
config.tst
186
Wed Apr 5 07:10:41
Remaining User Space: 102,457,344 bytes
digi.router>
digi.router> del test/config.tst
digi.router>
digi.router> rmdir test
digi.router>
digi.router> dir
File
Size
Last Modified
---------------------------------------------------------
config.da0
763
Sun Mar 5 12:36:20
config.fac
186
Mon Feb 21 03:00:17
Remaining User Space: 102,457,344 bytes