Available on crate feature
fs only.Expand description
This module provides cross-platform functions to hide, unhide files, manage file extensions and get the most compatible absolute path of a file.
Structs§
- Copy
Options - Copy options.
Enums§
- Path
Update - The result of hide and show.
Functions§
- copy
- Copy a file or a folder.
- get_
absolute_ path - Converts a path to an absolute path.
- hide
- Hides the given path in the current platform’s file explorer.
- is_
hidden - Checks if a given path is hidden.
- show
- Shows the given path in the current platform’s file explorer.