FileCountInDirectory
Structure
FileCountInDirectory(sDirectory, sExt: String): Integer
Type
Function
Description
This function a count of the # of files in sDirectory that have a file extension matching sExt.
Parameters
| Parameter | Type | Description |
|---|---|---|
sDirectory | String | Directory where the file should be counted |
sExt | String | Extension that should be matched |
Example
iCount = FileCountInDirectory("C:\temp", "TXT")