Click or drag to resize

FileIsLockedTransacted Method (KernelTransaction, String)

[AlphaFS] Determines whether the specified file is in use (locked).

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

Parameters

transaction
Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction.
path
Type: SystemString
The file to check.

Return Value

Type: Boolean
Returns if the specified file is in use (locked); otherwise,
Exceptions
See Also