Functions§
- copy
- Transfer a file between the host machine and the Fuchsia device. Can be used to upload a file to or from the Fuchsia device.
- delete
- Delete a file component’s storage.
- delete_
all - Delete the contents of all the storage of this component.
- list
- List all directories and files in a component’s storage. Returns a vector of names of the directories and files as strings.
- make_
directory - Create a new directory in a component’s storage.