Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FFileManagerGeneric
Description
Returns if the given path is a symlink. Depending on the OS this can be a soft link, hard link or a junction.
Virtual Inheritance
- IFileManager::IsSymlink → FFileManagerGeneric::IsSymlink
| Name | IsSymlink |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/FileManagerGeneric.h |
| Include Path | #include "HAL/FileManagerGeneric.h" |
| Source | /Engine/Source/Runtime/Core/Private/HAL/FileManagerGeneric.cpp |
virtual 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 |