NetXP 3.0 Reference

FTP.GetFileList Method 

Returns a string array containing the remote directory's file list.

[Visual Basic]
Public Function GetFileList( _
   ByVal mask As String _
) As String()
[C#]
public string[] GetFileList(
   string mask
);

Parameters

mask
DOS-style file mask.

Return Value

String array of file names.

Exceptions

Exception TypeCondition
IOExceptionIOException

See Also

FTP Class | NETXP.Library Namespace