RestartManagerIsFileLocked Method |
Determines if a give file is locked.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool IsFileLocked(
string filePath
)
Parameters
- filePath
- Type: SystemString
The file path.
Return Value
Type:
Booleantrue if the file is locked; otherwise false.
See Also