.NET Framework Class Library
File.RemoveReadOnlyFlag Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > File Class > File Methods >

.NET Framework Class Library
File.RemoveReadOnlyFlag Method

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(
 StringfullFileName
)

JavaScript

function removeReadOnlyFlag(fullFileName);

Parameters

fullFileName

Type: System.String
full path file name

Remarks

See Also

File Class

File Members

MwPDMApi Namespace