Click or drag to resize

DirectoryExistsDrive Method (KernelTransaction, String, Boolean)

[AlphaFS] Checks the specified path for local or network drives, such as: "C:" and "\\server\c$".

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static bool ExistsDrive(
	KernelTransaction transaction,
	string path,
	bool throwIfDriveNotExists
)

Parameters

transaction
Type: Alphaleonis.Win32.FilesystemKernelTransaction

[Missing <param name="transaction"/> documentation for "M:Alphaleonis.Win32.Filesystem.Directory.ExistsDrive(Alphaleonis.Win32.Filesystem.KernelTransaction,System.String,System.Boolean)"]

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Alphaleonis.Win32.Filesystem.Directory.ExistsDrive(Alphaleonis.Win32.Filesystem.KernelTransaction,System.String,System.Boolean)"]

throwIfDriveNotExists
Type: SystemBoolean

[Missing <param name="throwIfDriveNotExists"/> documentation for "M:Alphaleonis.Win32.Filesystem.Directory.ExistsDrive(Alphaleonis.Win32.Filesystem.KernelTransaction,System.String,System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Alphaleonis.Win32.Filesystem.Directory.ExistsDrive(Alphaleonis.Win32.Filesystem.KernelTransaction,System.String,System.Boolean)"]

See Also