Class: FS_Path
Registered filesystem path alias descriptor.
Source
C++ class FS_Path
Custom Constructor
FS_Path
Remarks
Returned by filesystem alias lookups. The object is owned by the engine filesystem. Missing aliases assert in the single-argument get_path binding instead of returning null.
Properties
m_Add
ts
readonly m_Add: string;Relative path segment added to the root.
m_DefExt
ts
readonly m_DefExt: string;Default extension used by this alias.
m_FilterCaption
ts
readonly m_FilterCaption: string;File dialog filter caption.
m_Path
ts
readonly m_Path: string;Resolved full path.
m_Root
ts
readonly m_Root: string;Root path used by this alias.