Attribs: Difference between revisions

From SpybotWiki
Jump to navigation Jump to search
(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 edit summary
Line 1: Line 1:
{{DISPLAYTITLE:attribs}}
{{AdvFileParam|attribs}}
{{AdvFileParam|attribs}}
Checks if file attributes are set or not set.
Checks if file attributes are set or not set.

Revision as of 15:09, 19 February 2008


Checks if file attributes are set or not set.

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 -.

See also

Similar parameters

Similar commands