Catalyst File Transfer .NET

FileTransfer.GetFirstFile Method

Get information about the first file in a directory listing returned by the server.

Overload List

Get information about the first file in a directory listing returned by the server.

public bool GetFirstFile(ref FileInformation);

Get the first file name in a directory listing returned by the server.

public bool GetFirstFile(ref string);

Get information about the first file in a directory listing returned by the server.

public bool GetFirstFile(ref string,ref bool);

Get information about the first file in a directory listing returned by the server.

public bool GetFirstFile(ref string,ref int,ref bool);

See Also

FileTransfer Class | SocketTools Namespace