Provides access to Extended File Attributes (xattr on macOS/Linux, ADS on Windows).
staticget(path:String, name:String):Bytes
Gets an extended attribute from a file.
staticlist(path:String):Array<String>
Lists all extended attribute names for a file.
staticremove(path:String, name:String):Bool
Removes an extended attribute from a file.
staticset(path:String, name:String, value:Bytes):Bool
Sets an extended attribute on a file.