Unit FileListing

Classes

TFileListing -
TFileObject -

Functions

AddSlash -
CommaStr -

Types

TFileSortType
TFileType
TFileTypes

Constants

Variables


Functions


function AddSlash(Const Path : String) : String;


function CommaStr(N : Longint) : String;


Types


TFileSortType = (fsNone,fsName,fsSize,fsDate,fsType);

TFileType =({ftDirectory,}ftArchive,ftReadonly,
              ftSystem,ftHidden,{ftCompressed,}ftTemporary,ftAll);

TFileTypes = Set of TFileType
ftCompressed,

Constants


Variables