File attributes#
File attributes are defined in the file attribute space (short name: fi), that matches only file nodes.
Attributes inherited from the node attribute space:
| Attribute name | Short name | Possible values | Examples |
|---|---|---|---|
| name | n |
strings in quotes | fi.n "A"fi.n "L*" |
| selected | true, false |
fi.selectednot fi.selected |
|
| selectionFlag | sf |
true, false |
fi.sf falsefi.sf |
name#
Inherited from node.name.
selected#
Inherited from node.selected, but without the short name s.
selectionFlag#
Inherited from node.selectionFlag.