Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IFileManager
Description
Returns if the given path is a symlink. Depending on the OS this can be a soft link, hard link or a junction.
Derived Overrides
| Name | IsSymlink |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/FileManager.h |
| Include Path | #include "HAL/FileManager.h" |
bool IsSymlink
(
const TCHAR * Path
)
True if symlink, false if not or the symlink check is not implemented.
Parameters
| Name | Remarks |
|---|---|
| Path | Path to check if it's a symlink |