Name | FTPit_LocalListItem |
---|
Description | Use this function to get information for one file/directory in the local directory. Use the FTPit_ChangeLocalDir function to set the Local Directory prior to calling this function. Setting the Which parameter to “First” will retrieve the first item in the directory. Use “Next” to retrieve all additional items. You can specify the number of the item as listed by the plug-in to get information about a specific item.
|
---|
Return Type | Text |
---|
Format | FTPit_LocalListItem ( Which ; Wildcard ; FieldSeparator ; RowSeparator ) |
---|
Required Parameters | Which
- "First" - Retrieves the First List Item.
- "Next" - Returns the next list item. [This returns nothing when there are no more items to return.]
- Number - Retrieves the List Item corresponding to that Number.
- "All" = Returns all the items in a format suitable for the Virtual List Technique.
|
---|
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.]
- FieldSeparator
If Which = “All”, this defines the separator to use between the fields of information about a single file. [Default is “||”.]
- RowSeparator
If Which = “All”, this defines the separator to use between multiple files. [Default is a return.] */
|
---|