ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
FInfo::EISymLinkFile Struct Reference

Description:

Additional information for entries of symlink-type. Allocated in the tree's MonoAllocator and accessible via GetExtendedInfo(), GetLinkTarget and GetRealLinkTarget.

Definition at line 320 of file finfo.hpp.

#include <finfo.hpp>

Inheritance diagram for FInfo::EISymLinkFile:
[legend]
Collaboration diagram for FInfo::EISymLinkFile:
[legend]

Public Field Index:

lang::system::CPathString RealTarget
 The resolved real target path.
 
lang::system::CPathString Target
 

Field Details:

◆ RealTarget

The resolved real target path.

Definition at line 324 of file finfo.hpp.

◆ Target

The target path. This is a zero-terminated CString.

Definition at line 322 of file finfo.hpp.


The documentation for this struct was generated from the following file: