Module bp3d_os::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.

Enums

The result of hide and show.

Traits

Extension trait for Path for common functionality in BP3D software.

Functions

Converts a path to an absolute path.
Hides the given path in the current platform’s file explorer.
Checks if a given path is hidden.
Shows the given path in the current platform’s file explorer.