fluentfs.paths.paths.expand_paths

fluentfs.paths.paths.expand_paths(paths: List[str], expand_user: bool = True, expand_vars: bool = True) List[str]

Maximally expand a list of paths.

See the documentation of expand_path for more information.

Parameters:

paths – The list of paths.

Returns:

The maximally expanded paths.