That's a nice solution to this problem, but does anyone know if the ability exists to determine if a directory is a symbolic link using the class library by a mono addition?
On Mon, 2004-02-09 at 13:58, Alejandro Mery wrote: > On Mon, Feb 09, 2004 at 01:42:42PM -0600, Gonia Eric - egonia wrote: > > Is there a way to determine if a directory is a symbolic link or a real > > directory with mono? > > > > The attached code enters a recursive loop due to recursive symbolic > > links on my computer. > well, if u will do something xunix specific like check symlinks you can call `du` > command and just wit the answer :-) > > Regards, > Alejandro Mery > _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
