ALib C++ Framework
by
Library Version: 2511 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 302 of file finfo.inl.

Inheritance diagram for alib::files::FInfo::EISymLinkFile:
alib::files::FInfo::ExtendedEntryInfo alib::files::FInfo::EISymLinkDir

Public Field Index:

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

Field Details:

◆ RealTarget

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

The resolved real target path.

Definition at line 306 of file finfo.inl.

◆ Target

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

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

Definition at line 304 of file finfo.inl.


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