[Mono-dev] chmod allows wildcards?
APS
dev.malst at apsystems.it
Thu Nov 12 05:32:53 EST 2009
Hi,
I need to chmod a directory with all contained files.
I saw Mono.Unix.Native.Syscall.chmod Method but I cant understand if
it can be used as recursive or with wildcards.
To set 700 to all files in a folder I can do
Mono.Unix.Native.Syscall.chmod('/path/*', S_IRUSR & S_IWUSR & S_IXUSR) ?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20091112/6cd57965/attachment.html
More information about the Mono-devel-list
mailing list