Click or drag to resize
FileLock Constructor (String)
Creates a new FileLock object.

Namespace: com.softwarekey.Client.Utils
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public FileLock(
	string filePath
)

Parameters

filePath
Type: SystemString
The absolute path to the file which will be locked to this process.
See Also