I\'m creating a cross-platform software and I want to know if there is any (easy) way to read/write Unix (Mac OSX/Linux) extended file attributes in C#.
Mac OSX 10.6 I\'ve got some aliases that are pointing to the wrong volume. I\'d like to search my whole hierarchy for such aliases. They\'re aliases, not symlinks, so I can\'t just do find / -type l
Is there a simple way to write a kind of wrapper script or patch for updatedb (or locate) such that locate can find user defined extended attribute开发者_StackOverflows (tags) (suppose in an ext3 file
Last year I had to convert and old Mac font from around OS 9 for someone to use on a PC. I discovered that back then the font data was stored in the extended attribute com.apple.ResourceFork. The actu