Hi there,
I wonder if some Appcel employee can give me an answer.
Why does the File API does not include properties such as: - NSFileOwnerAccountName - NSFilePosixPermissions - NSFileGroupOwnerAccountName
... ? Those are simple proxy methods, its would take 1 minute more for the developer to expose all of the available properties.
Ok there are probably some cross plattform issues, but make them iOS only then? Way better than just leaving them out. At least there could be a generic method like
file.getAttribute('owner'); file.getAttribute('groupOwner'); ...better with constants.