ΒΆstd::error_code is_symlink_file(
    const llvm::Twine& path,
    bool& result)

Description

Is path a symlink file?

Declared at: llvm/include/llvm/Support/FileSystem.h:604

Parameters

const llvm::Twine& path
Input path.
bool& result
Set to true if \a path is a symlink file, false if it is not. Undefined otherwise.

Returns

errc::success if result has been successfully set, otherwise a platform-specific error_code.