Set File Attributes
- 14 May 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
Set File Attributes
- Updated on 14 May 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
This is generated from the built in components of BuildMaster 7.0.0, and may be different than what you have installed (especially if you have extensions); go to [User Icon] -> Documentation within your BuildMaster instance to see exactly what operations are available.
Set File Attributes
Sets or clears attributes on matching files.
Script usage:
Set-FileAttributes( [Directory: <text>], [Include: <@(text)>], [Exclude: <@(text)>], [ReadOnly: <true/false>], [Hidden: <true/false>], [System: <true/false>], [Verbose: <true/false>] );
This operation may be prefixed with Files::
, although this is a built-in namespace and isn't really necessary.
Arguments:
Name | Format | Script Usage | Usage Notes |
---|---|---|---|
Directory | text | Directory | |
Include | @(text) | Include | See KB#1119 to learn more about masking syntax. |
Exclude | @(text) | Exclude | See KB#1119 to learn more about masking syntax. |
Read only | true/false | ReadOnly | |
Hidden | true/false | Hidden | |
System | true/false | System | |
Verbose | true/false | Verbose |
Was this article helpful?