DBWRemoveReadOnlyFlag

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Library Reference > File >

DBWRemoveReadOnlyFlag

Description

Remove the read-only flag from the specified file

Syntax

Sub DBWRemoveReadOnlyFlag(FullFileName)

Parameters

FullFileName

the entire (comprehensive of all directories) file name

See also

Function DBWSetReadOnlyFlag

Example

FullFileName="c:\temp\test.sldasm"
DBWRemoveReadOnlyFlag(FullFileName)