Description | Hierarchy | Fields | Methods | Properties |
type unaFileList = class(unaRecordList)
List of file names.
constructor create(const path, mask: wString; includeSubF: bool = false); |
|
function getAttributes(index: int): unsigned; |
|
function getFileDate(index: int; dateIndex: int): SYSTEMTIME; |
|
function getFileName(index: int): wString; |
|
function getFileSize(index: int): int64; |
|
function getPath(index: int): wString; |
|
function getSubLevel(index: int): unsigned; |
|
function getSubPath(index: int): wString; |
|
function refresh(const path, mask: wString; includeSubF: bool = false; clearUp: bool = true; subLevel: int = 0): bool; |
|
procedure AfterConstruction(); override; |
|
procedure BeforeDestruction(); override; |
property mask: wString read f_mask; |
|
property root: wString read f_root; |
constructor create(const path, mask: wString; includeSubF: bool = false); |
|
function getAttributes(index: int): unsigned; |
|
function getFileDate(index: int; dateIndex: int): SYSTEMTIME; |
|
function getFileName(index: int): wString; |
|
function getFileSize(index: int): int64; |
|
function getPath(index: int): wString; |
|
function getSubLevel(index: int): unsigned; |
|
function getSubPath(index: int): wString; |
|
function refresh(const path, mask: wString; includeSubF: bool = false; clearUp: bool = true; subLevel: int = 0): bool; |
|
procedure AfterConstruction(); override; |
|
procedure BeforeDestruction(); override; |
|
property mask: wString read f_mask; |
|
property root: wString read f_root; |
|
(c) 2012 Lake of Soft