File name formats
![]() | IMPORTANT:
| |
When you specify a file, enter the file name in one of the formats shown in Table 11. When you specify a directory, follow the rules for the drive and path arguments.
Table 11: File name formats
Format | Description | Example |
---|---|---|
file-name | Specifies a file in the current working directory. | a.cfg indicates a file named a.cfg in the current working directory. |
[path/]file-name | Specifies a file in a folder in the current working directory. The path argument represents the path to the file. If the file is in a single-level folder, specify the folder name for the argument. If the file is in a nested folder, separate each folder name by a forward slash (/). |
|
drive:/[path/]file-name | Specifies a file in a storage medium on the device. The drive argument represents the storage medium name. Typically, the storage medium name is flash: or usba0:. If the device has only one storage medium, the drive argument is optional. | flash:/test/a.cfg indicates a file named a.cfg in the test folder in the root directory of the flash memory. |