'Declaration Public Function GetDirectorySize( _ ByVal folderName As System.String _ ) As System.Long
'Usage Dim instance As FTP Dim folderName As System.String Dim value As System.Long value = instance.GetDirectorySize(folderName)
public System.long GetDirectorySize( System.string folderName )
public function GetDirectorySize( folderName: System.String ): System.Int64;
public function GetDirectorySize( folderName : System.String ) : System.long;
public: System.long GetDirectorySize( System.string* folderName )
public: System.int64 GetDirectorySize( System.String^ folderName )
Parameters
- folderName
- Name of the folder in the current directory
Return Value
The directory size, or -1 on failure