CHttp.Directory Method | |
If an ftp server is accessed via http, this method returns an array of the files of the current directory.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Directory() AS USUAL
public virtual Usual Directory()
Request Example
View SourceReturn Value
Type:
Usual
An array of the files in the current directory on the ftp server.
See Also