[Mono-list] How to get file information on Linux?

Edward Ned Harvey (mono) edward.harvey.mono at clevertrove.com
Tue Mar 4 12:39:01 UTC 2014


> From: mono-list-bounces at lists.ximian.com [mailto:mono-list-
> bounces at lists.ximian.com] On Behalf Of cocowalla
> 
> Thanks, this looks like it's what I need, but the Mono docs only contain a
> stub - how do I actually use this function to get all attributes set on a
> file?

Some (a lot) of the documentation is incomplete, but start here:
http://www.mono-project.com/Documentation

(Also, you may have monodoc installed locally on your machine - I'm not sure how to get it, but I think it comes with MonoDevelop (xamarin studio)).

In this particular case, you seem to get good info, by browsing API / Mono Libraries / Mono.Unix.Native / Syscall Class / Syscall Members / getxattr


More information about the Mono-list mailing list