Click or drag to resize

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
C#
public static bool IsFileLocked(
	string filePath
)

Parameters

filePath
Type: SystemString
The file path.

Return Value

Type: Boolean
true if the file is locked; otherwise false.
See Also