Difference between revisions of "Attribs"
(added info box) |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{AdvParamInfo |
− | Checks if file attributes are set or not set. | + | |SYNTAX = attribs |
+ | |TITLESYNTAX = attribs | ||
+ | |VARIANTS = | ||
+ | |PEVERSION = ??? < 1.5.4.5 | ||
+ | }}Checks if file attributes are set or not set. | ||
==Usage== | ==Usage== |
Revision as of 18:48, 21 February 2008
attribs | |
Variants | attribs |
Previously | {{{PREVIOUS}}} |
Group | [[:Category:Advanced file parameters for {{{GROUP}}}|{{{GROUP}}}]] |
Version | advcheck.dll ??? < 1.5.4.5 |
[[Category:Advanced file parameters for {{{GROUP}}}]] 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 -.