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.
opBinaryRight
bool opBinaryRight(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.
supported
bool supported()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

obj
Obj obj;
Undocumented in source.

Meta