ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::files::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 308 of file finfo.inl.

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

Public Field Index:

system::CPathString RealTarget
 The resolved real target path.
 
system::CPathString Target
 This is a zero-terminated CString.
 

Field Details:

◆ RealTarget

system::CPathString alib::files::FInfo::EISymLinkFile::RealTarget

The resolved real target path.

Definition at line 312 of file finfo.inl.

◆ Target

system::CPathString alib::files::FInfo::EISymLinkFile::Target

This is a zero-terminated CString.

The target path.

Definition at line 310 of file finfo.inl.


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