DIAdem API Reference

Command: FolderAttrClear

  • Updated2023-02-21
  • 2 minute(s) read

Display all  Hide all

Deletes folder attributes.

Call FolderAttrClear(FSSourceName, FSAttrType)

Input Parameters

FSSourceName Specifies the source file or source folder for DIAdem file and folder commands.
FSAttrType Specifies the file attribute or the folder attribute.

Example

The following example removes the write protection from all subfolders that start with the letter L in the SCRIPT user folder.

VBScriptPython

 

Call FolderAttrClear(ScriptReadPath & "L*", "faReadOnly")

Related Topics

Command: FolderAttrSet | Command: FolderCopy | Command: FolderCreate | Command: FolderDelete | Command: FolderMove | Command: FolderRename | Command: FolderUnzip | Command: FolderZip | Command: PathAddTrailingBackslash