RestartManagerIsFileLocked Method |
Determines if a give file is locked.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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