File management is used in PlugClaw to view, search, and handle files and folders on an Android device.
You can view directory contents, search for files, view file information, and read or write text files. When organizing files, you can create files or folders, and copy, move, rename, or delete files. For more complex processing, Android files can be staged into the container for processing, and the generated results can then be saved back to Android public directories.
When you need to confirm which files are in a device directory, you can view that directory first, then decide which file to read, copy, or move based on the result.
Show me what files are in the Download directory.

When a directory contains many files, or you only remember part of a file name, search first to avoid checking directories one by one.
Search for report in the Documents directory.
When the file is in a text format such as .txt, .md, .json, or .csv, you can read its contents directly for viewing, analysis, or further editing.
Read the contents of notes.txt in the Download directory.
