FileIsLocked Method (String) |
[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 IsLocked(
string path
)
Public Shared Function IsLocked (
path As String
) As Boolean
public:
static bool IsLocked(
String^ path
)
static member IsLocked :
path : string -> bool
Parameters
- path
- Type: SystemString
The file to check.
Return Value
Type:
BooleanReturns
if the specified file is in use (locked); otherwise,
Exceptions See Also