fluentfs.paths.paths.symlink_exists¶
- fluentfs.paths.paths.symlink_exists(path: str) bool ¶
Check whether a symbolic link is present at the given path.
- Parameters:
path – The given path.
- Returns:
True, if a symbolic link is present. False if no file-like object is present at the given path at all or if the path does not represent a symbolic like (but e.g. a (regular) file or a directory instead).