FileIsLockedTransacted Method (KernelTransaction, String, PathFormat) |
[AlphaFS] Determines whether the specified file is in use (locked).
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static bool IsLockedTransacted(
KernelTransaction transaction,
string path,
PathFormat pathFormat
)
Public Shared Function IsLockedTransacted (
transaction As KernelTransaction,
path As String,
pathFormat As PathFormat
) As Boolean
public:
static bool IsLockedTransacted(
KernelTransaction^ transaction,
String^ path,
PathFormat pathFormat
)
static member IsLockedTransacted :
transaction : KernelTransaction *
path : string *
pathFormat : PathFormat -> bool
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - path
- Type: SystemString
The file to check. - pathFormat
- Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
Return Value
Type:
BooleanReturns
if the specified file is in use (locked); otherwise,
Exceptions See Also