public long GetFileSize(
string filepath
)
Public Function GetFileSize (
filepath As String
) As Long
Dim instance As Client
Dim filepath As String
Dim returnValue As Long
returnValue = instance.GetFileSize(filepath)
public:
long long GetFileSize(
String^ filepath
)
member GetFileSize :
filepath : string -> int64
No code example is currently available or this language may not be supported.
[Missing <returns> documentation for "M:DevCase.ThirdParty.FluentFTP.Client.GetFileSize(System.String)"]