Gets drive information (such as free disk space) for the specified path.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
Visual Basic |
---|
Public Function GetFileSystemInfo ( _ path As String _ ) As SftpFileSystemInfo |
C# |
---|
public SftpFileSystemInfo GetFileSystemInfo( string path ) |
Parameters
- path
- Type: System..::..String
Path of the remote directory whose file system's drive information to retrieve.