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.

Return Value

Drive information.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also