.NET Framework Class Library
File.FileUnLock Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > File Class > File Methods > .NET Framework Class Library |
Removes the 'Write' ACL permission on the selected file.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub FileUnLock ( _ fullFileName As String _ |
C# |
|---|
public void FileUnLock( string fullFileName |
Visual C++ |
|---|
public: void FileUnLock( |
JavaScript |
|---|
function fileUnLock(fullFileName); |
Parameters
fullFileName
Type: System.String
full path file name
Remarks
See Also