ParseList Property  
 

Specify that file listings should be parsed by the control.

Syntax

object.ParseList [= { True | False } ]

Remarks

The ParseList property is used to control how remote file lists are processed. If the property is set to False (the default value), then file lists are not processed by the control. The client application is responsible for reading through and parsing the list of files returned by the server. If the property is set to True, the control will parse the file list and generate a FileList event for each file in the list.

The control recognizes file listings in UNIX, MS-DOS and VMS formats, and will attempt to automatically determine the format that is being returned by the server. If the server does not return file lists in one of these formats, the ParseList property should be set to False, and the client application must parse the file listing itself.

Data Type

Boolean

See Also

FileList Method, GetFileStatus Method, FileList Event, LastFile Event