System information

34
How to work with files
Note that the prefix for the SD card is “card” not “sdcard”.
Next, you can change to other directories in NVS memory or on the SD card, by entering the
command:
awplus#cd <directory-name>
Alternatively, you can go straight from Flash to a subdirectory in the alternative file system,
by entering one of the commands:
awplus#cd nvs:<directory-name>
awplus#cd card:<directory-name>
To return to the Flash file system, enter the command:
awplus#cd flash:
Example To change to the directory within NVS called “example”, enter the command:
awplus#cd nvs:example
To go up one level, which returns you to the top-level directory of NVS memory, enter the
command:
awplus#cd ..
To create a directory, enter Privileged Exec mode and enter the command:
awplus#mkdir <directory-name>
Example To make a directory called “example” within the Flash file system, enter the command:
awplus#mkdir example
To delete an empty directory, enter Privileged Exec mode and enter the command:
awplus#rmdir <directory-name>
To delete a directory and all its contents, enter Privileged Exec mode and enter the command:
awplus#delete recursive <directory-name>
The switch prompts you for confirmation.
Example To delete an empty directory called “example” from within the Flash file system, enter the
command:
awplus#rmdir example
Creating new directories
Deleting directories