[Mono-list] Directory Symbolic link?

Gonia Eric - egonia egonia@mail15.com
Mon, 09 Feb 2004 14:52:24 -0600


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
>