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+ ==...) |
(No difference)
|
Revision as of 15:57, 18 February 2008
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 -.