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
)
Public Shared Function IsLockedWithOwnerFile (
path As String
) As Boolean
public:
static bool IsLockedWithOwnerFile(
String^ path
)
static member IsLockedWithOwnerFile :
path : string -> bool
Parameters
- path
- Type: SystemString
Return Value
Type:
BooleanSee Also