<- Back to FTPit Pro function list
FTPit_GetLocalListCount
- Description
This function returns the number of items in the Local Directory. This includes files, folders, and hidden items (e.g. hidden files, ".", "..", and etc).
Note: To set the Local Directory, call the FTPit_ChangeLocalDir function prior to calling this function.- Return Type
- Number
- Format
- FTPit_GetLocalListCount ( Wildcard )
- Optional Parameters
- Wildcard
Defines a File Name Pattern to match when looking for Files. (eg. "*.txt" would return all files with a "txt" file extension; Default is to return all items.)
- Wildcard
- Related Items
- FTPit_GetLocalListItem