Difference between revisions of "Attribs"
(New page: {{AdvFileParam|attribs}} Checks if file attributes are set or not set. ==Usage== attribs=<attrib(char)>modifier(char)[attrib(char)modifier(char)[...]] ===Examples=== attribs=H+R+S+ ==...) |
(added group) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{AdvParamInfo |
− | Checks if file attributes are set or not set. | + | |SYNTAX = attribs |
+ | |TITLESYNTAX = attribs | ||
+ | |VARIANTS = | ||
+ | |PEVERSION = ??? < 1.5.4.5 | ||
+ | |GROUP = Basic Attributes | ||
+ | }}Checks if file attributes are set or not set. | ||
==Usage== | ==Usage== |
Latest revision as of 08:46, 22 February 2008
attribs | |
Variants | attribs |
Previously | {{{PREVIOUS}}} |
Group | Basic Attributes |
Version | advcheck.dll ??? < 1.5.4.5 |
Checks if file attributes are set or not set.
Contents
Usage
attribs=<attrib(char)>modifier(char)[attrib(char)modifier(char)[...]]
Examples
attribs=H+R+S+
Description
Each attribute is a single character, followed by a modifier, sorted alphabetically (not mandatory, but recommended). Possible attributes are:
- Archive
- Directory
- Hidden
- Link, symbolic
- Read-only
- System
Modifiers are + and -.