Click or drag to resize

FilePathGetAvailableFreeSpace Method

Tries to get the free space values for a given path. This path can be a network share or a mount point.

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
Syntax
public static bool GetAvailableFreeSpace(
	string pathName,
	out long freeSpace,
	out long totalSize
)
View Source

Parameters

pathName  String
The path to the location
freeSpace  Int64
The number of user space bytes
totalSize  Int64
The total number of bytes on the drive.

Return Value

Boolean
true if successful; otherwise false if there was an error.
See Also