Skip to content

Rose::FileSystem::isNotSymbolicLink

Predicate returning inverse of isSymbolicLink.

Synopsis

Declared in <src/Rose/FileSystem.h>

[[visibility]]
bool
isNotSymbolicLink(Path const& path);

Return Value

True if the path exists and is not a symbolic link.

Parameters

Name

Description

path

Path to test.

Created with MrDocs