File_RemoveFileAttributes
Description
Section titled “Description”Removes specified attributes on file
Syntax
Section titled “Syntax”File_RemoveFileAttributes(sFile, iAttribute) As Boolean
Parameters
Section titled “Parameters”sFile (String)
Section titled “sFile (String)”Filename
iAttribute (Integer)
Section titled “iAttribute (Integer)”Constants to remove
Example
Section titled “Example”If bStatus Then bStatus = File_RemoveFileAttributes("C:\CapaInstaller.txt", FILE_READONLY)