<- Back to FTPit Pro function list
FTPit_GetRemoteListCount
- Description
This function returns the number of items in the Remote Directory. This includes files, folders, and hidden items (e.g. hidden files, ".", "..", and etc).
Note: to set the Remote Directory, call the FTPit_ChangeRemoteDir function prior to calling this function.- Return Type
- Number
- Format
- FTPit_GetRemoteListCount ( 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 files.)
- Wildcard
- Related Items
- FTPit_GetRemoteListItem