fluentfs.paths.paths.path_is_relative

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

Check whether a given path is relative.

Parameters:

path – The given path.

Returns:

True, if the path is relative, False otherwise.