Skip to content

Rose::FileSystem::isSymbolicLink

Predicate returning true for existing symbolic links.

Synopsis

Declared in <src/Rose/FileSystem.h>

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

Return Value

True if the path exists and is a symbolic link.

Parameters

Name

Description

path

Path to test.

Created with MrDocs