This is the mail archive of the
cygwin-patches@cygwin.com
mailing list for the Cygwin project.
Re: [Patch]: mkdir -p and network drives
----- Original Message -----
From: "Corinna Vinschen" <corinna-cygwin@cygwin.com>
To: <cygwin-patches@cygwin.com>
Sent: Wednesday, May 11, 2005 4:53 AM
Subject: Re: [Patch]: mkdir -p and network drives
> I don't like the idea of isrofs being an inline function in dir.cc.
> Wouldn't that be better a method in path_conv? It would be helpful
> for other functions, too. For instance, unlink and symlink_worker.
> In the (not so) long run we should really move all of these functions
> into the fhandlers, though.
After looking into it, moving mkdir and rmdir to fhandlers should be
quite simple. I will do that early next week.
Pierre