Return true if a symbolic link currently exists at path.

Synopses

Declared in <bdls_filesystemutil.h>

Return true if a symbolic link currently exists at path.

static
bool
isSymbolicLink(char const* path);

Return true if a symbolic link currently exists at path.

template<class STRING_TYPE>
static
bool
isSymbolicLink(STRING_TYPE const& path);

Return Value

true if path is a symbolic link, and false otherwise

Parameters

Name

Description

path

filesystem path to test

Created with MrDocs