XAttrs

AA-like object for accessing a file's extended attributes.

Members

Functions

keys
string[] keys()
Undocumented in source. Be warned that the author may not have intended to support it.
opIn_r
bool opIn_r(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
void[] opIndex(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(void[] value, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(string key)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

obj
Obj obj;
Undocumented in source.

Meta