Module fs

Module fs 

Source
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§

CopyOptions
Copy options.

Enums§

PathUpdate
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.