fluentfs.paths.paths.path_is_absolute

fluentfs.paths.paths.path_is_absolute(path: str) bool

Check whether a given path is absolute.

Parameters:

path – The given path.

Returns:

True, if the path is absolute, False otherwise.