FileLock Constructor (String) |
Namespace: com.softwarekey.Client.UtilsAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public FileLock(
string filePath
)
Public Sub New (
filePath As String
)
public:
FileLock(
String^ filePath
)
Parameters
- filePath
- Type: SystemString
The absolute path to the file which will be locked to this process.
See Also