[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Class for getting info about found file or directory.
Source position: fileutil.pas line 126
type TFileIterator = class |
||
public |
||
procedure Stop; |
|
Stops the searching process. |
function IsDirectory; |
|
If the current file is directory. |
property FileName: String; [r] |
|
Gets the current file name. |
property FileInfo: TSearchRec; [r] |
|
Gets the current file info. |
|
Gets the current file path level relative to base search path. |
|
property Path: String; [r] |
|
Gets the current file path. |
property Searching: Boolean; [r] |
|
If the searching is in process. |
end; |
|
Class for getting info about found file or directory. |
|
| | ||
TObject |
lazarus-ccr.sourceforge.net |