Click or drag to resize

VolumeIsSameVolume Method

[AlphaFS] Determines whether the volume of two file system objects is the same, by comparing their serial numbers.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static bool IsSameVolume(
	string path1,
	string path2
)

Parameters

path1
Type: SystemString
The first filesystem object with full path information.
path2
Type: SystemString
The second file system object with full path information.

Return Value

Type: Boolean
if both filesytem objects reside on the same volume, otherwise.
See Also