FilterHelperIsOwnerFileExists Method |
IT Hit User File System
Returns true if the lock file (owner file) exists. False - otherwise.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax public static bool IsOwnerFileExists(
string path
)
Public Shared Function IsOwnerFileExists (
path As String
) As Boolean
public:
static bool IsOwnerFileExists(
String^ path
)
static member IsOwnerFileExists :
path : string -> bool
Parameters
- path
- Type: SystemString
Return Value
Type:
BooleanSee Also