BFC_Dir |
Description
Ever wanted to get a list of files in a certain directory? Well with this component you can get it. Fill in the properties, execute the ReadDir method and all the properties will be updated with the correct values.
Properties
ListDirs | Declaration property ListDirs: TStrings; Description |
|
ListFiles | Declaration property ListFiles: TStrings; Description |
|
PathInName | Declaration property PathInName: Boolean; Description |
|
PathName | Declaration property PathName: String; Description |
|
FileName | Declaration property FileName: String; Description |
Methods
ReadDir | Declaration procedure SearchDir; Description |
Events
None