Platform |
x64, Win32 |
Purpose |
To obtain the number of files in a directory. |
Syntax |
INTEGER FUNCTION COUNT_FILES@(PATH)
|
Description |
Returns the number of files in the directory given by PATH. For example, this could be the full path or the path relative to the "current working directory". |
See also |