Sender: rich AT delorie DOT com Message-ID: <391401CC.71865B02@bigfoot.com> Date: Sat, 06 May 2000 12:28:12 +0100 From: Richard Dawe X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.14 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: Idea: \\host\share\file -> /dev/net/host/share/file References: <200005061011 DOT MAA24005 AT father DOT ludd DOT luth DOT se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Hello. Martin Str|mberg wrote: > How easy would it be to add the UNC functionality by mapping > \\host\share\file to /dev/net/host/share/file and back? Probably not that difficult - I wrote a library to transparently mount UNC paths to drive letters, called unc_fsx. It's here: http://www.phekda.freeserve.co.uk/richdawe/mysoft.html#unc_fsx It was a bit of a hack, because it directly modifies filenames. However, it was written for DJGPP 2.01, so perhaps this hack can be hidden using FSEXT's [get|set] data functions. I haven't had time to modernise it yet. HTH, bye, -- Richard Dawe richdawe AT bigfoot DOT com ICQ 47595498 http://www.bigfoot.com/~richdawe/