Get information about the first file in a directory listing returned by the server.
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);
FileTransfer Class | SocketTools Namespace