Home Units Hierarchy Routines All identifiers

Class unaFileList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type unaFileList = class(unaRecordList)

Description

List of file names.

Hierarchy

Overview

Methods

Public constructor create(const path, mask: wString; includeSubF: bool = false);
Public function getAttributes(index: int): unsigned;
Public function getFileDate(index: int; dateIndex: int): SYSTEMTIME;
Public function getFileName(index: int): wString;
Public function getFileSize(index: int): int64;
Public function getPath(index: int): wString;
Public function getSubLevel(index: int): unsigned;
Public function getSubPath(index: int): wString;
Public function refresh(const path, mask: wString; includeSubF: bool = false; clearUp: bool = true; subLevel: int = 0): bool;
Public procedure AfterConstruction(); override;
Public procedure BeforeDestruction(); override;

Properties

Public property mask: wString read f_mask;
Public property root: wString read f_root;

Description

Methods

Public constructor create(const path, mask: wString; includeSubF: bool = false);
 
Public function getAttributes(index: int): unsigned;
 
Public function getFileDate(index: int; dateIndex: int): SYSTEMTIME;
 
Public function getFileName(index: int): wString;
 
Public function getFileSize(index: int): int64;
 
Public function getPath(index: int): wString;
 
Public function getSubLevel(index: int): unsigned;
 
Public function getSubPath(index: int): wString;
 
Public function refresh(const path, mask: wString; includeSubF: bool = false; clearUp: bool = true; subLevel: int = 0): bool;
 
Public procedure AfterConstruction(); override;
 
Public procedure BeforeDestruction(); override;
 

Properties

Public property mask: wString read f_mask;
 
Public property root: wString read f_root;
 

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09