1-11 File System ManagementWhen managing a file system, go to these sections for information you are interested in:z File Systemz Directory Operationsz File Operationsz Batch Operationsz Storage Medium Operationsz Setting File System Prompt Modesz File System Operations ExampleFile SystemFile System OverviewA major function of the file system is to manage storage media. It allows you to perform operations suchas directory create and delete, and file copy and display. If an operation, delete or overwrite for example,causes problems such as data loss or corruption, the file system will prompt you to confirm theoperation by default.File system operations fall into Directory Operations, File Operations, Batch Operations, StorageMedium Operations, and Setting File System Prompt Modes.Filename FormatsWhen you specify a file, you must enter the filename in one of the following formats.Filename formats:Format Description Length Examplefile-name Specifies a file under thecurrent working directory.1 to 91charactersa.cfg indicates a file nameda.cfg under the current workingdirectorypath/file-nameSpecifies a file in the specifiedfolder under the currentworking directory. pathindicates the name of thefolder. You can specify multiplefolders, indicating a file under amulti-level folder.1 to 135characterstest/a.cfg indicates a file nameda.cfg in the test folder underthe current working directory.drive:/[path]/file-nameSpecifies a file in the specifiedstorage medium on the device.drive represents the storagemedium name, which is usuallyflash.1 to 135charactersflash:/test/a.cfg indicates a filenamed a.cfg in the test folderunder the root directory of theflash memory.