This will require a TIP, but:
It's bad interface design, IMHO, to map the three
functions, VfsFileAttrStrings, VfsFileAttrsGet and
VfsFileAttrsSet into the same tcl proc
'fileattributes', because it requires the tcl proc to
decode the intended functionality from the arglist.
Instead, there should be three procs, attrget, attrset
and attrstrings (or similar) which implement the
functionality.