Hello,

markohrastovec wrote:
> Is it possible to set permissions for the file with FileSecurity class? If
> yes. How? I will probably use for start system call to chmod
> (Mono.Unix.Native.Syscall.chmod) but I do not prefer this solution because I
> lose binary compatibility with windows.

No. System.Security.AccessControl (ACL based on Windows-ism) is not
supported. I don't think there is binary compatible cross platform
way to do it.

Atsushi Eno
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to