Public Function GetSize( _ ByVal path As String _ ) As Long
Dim instance As Ftp Dim path As String Dim value As Long value = instance.GetSize(path)
public long GetSize( string path )
public: int64 GetSize( String^ path )
Ftp Class Ftp Members