I couldn’t find a list of the results of FileSystem.supportedFileAttributeViews()
on various operating systems, so I made one:
- UnixFileSystem/BsdFileSystem/MacOSXFileSystem: “basic”, “posix”, “unix”, “owner”
- LinuxFileSystem: Unix + “dos”, “user”
- SolarisFileSystem: Unix + “acl”, “user”
- WindowsFileSystem: “basic”, “dos”, “acl”, “owner”, “user”