Click or drag to resize

FilterHelperIsLockedWithOwnerFile Method

IT Hit User File System
Returns true if this type of file is locked with lock file (owner file). False - otherwise.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax
public static bool IsLockedWithOwnerFile(
	string path
)

Parameters

path
Type: SystemString

Return Value

Type: Boolean
See Also