IExternal Kmp Fs
The External API interface for interacting with non-sandboxed files/directories. A ref must be picked for a starting point.
Functions
Lists a directories files but also includes their relative depth to dir
Shows a directory picker for a user to select a directory.
Shows a file picker for a user to select a single file.
Shows a file picker for a user to select multiple files.
Opens a picker for saving a new file. Android and Desktop allow the user to specify the name. iOS does not have a native save dialog and will instead show a directory picker to save the file. The newly created file ref is returned unless the dialog is cancelled.
Reads metadata of a ref
Opens or creates a directory (if the create option is provided)
Resolves a file with a path that is not required to be a direct descendant of dir.
Opens or creates a file (if the create option is provided)
Resolves a file with a path that is not required to be a direct descendant of dir.
Attempts to create a KmpFileRef from the provided path string. This is only supported on the JVM due to sandbox constraints on other platforms.
saveFile Save data from a source into a new file
Saves data into a new file. This will present a file picker on all non-JS platforms. On JS platforms this will show a file picker unless the user has downloads automatically saved to a specific folder.