ALib C++ Library
Library Version: 2402 R1
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 258 of file finfo.hpp.

#include <finfo.hpp>

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

Public Field Index:

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

Friends And Related Entity Details:

◆ FInfo

friend class FInfo
friend

Type alias in namespace alib.

Definition at line 261 of file finfo.hpp.

Field Details:

◆ internalBuf

character internalBuf[InternalBufSize]
protected

An internal buffer. If exceeded, a dynamic allocation is performed to store the links.

Definition at line 263 of file finfo.hpp.

◆ InternalBufSize

constexpr integer InternalBufSize = 128
staticconstexprprotected

The defined size of the internal buffer.

Definition at line 262 of file finfo.hpp.

◆ RealTarget

CString RealTarget

The resolved real target path.

Definition at line 268 of file finfo.hpp.

◆ Target

CString Target

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

Definition at line 267 of file finfo.hpp.


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