.NET Framework Class Library
File.RemoveReadOnlyFlag Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > File Class > File Methods > .NET Framework Class Library |
Remove the read-only flag from the specified file
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub RemoveReadOnlyFlag ( _ fullFileName As String _ |
C# |
|---|
public void RemoveReadOnlyFlag( string fullFileName |
Visual C++ |
|---|
public: void RemoveReadOnlyFlag( |
JavaScript |
|---|
function removeReadOnlyFlag(fullFileName); |
Parameters
fullFileName
Type: System.String
full path file name
Remarks
See Also