X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: "Tim Van Holder" To: , "'Charles Sandmann'" Subject: Re: UNC examples Date: Thu, 27 Dec 2001 22:46:37 +0100 Message-ID: <000201c18f1f$f5f225d0$1c7d76d5@zastaixp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-reply-to: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > C:\>dir z:\\cws333\d$\djgpp > > Volume in drive \\cws333\d$ has no label. > > ... > > > > So if there is a UNC after the drive it uses the UNC and ignores the > > drive. The drive can even be non-mapped. > > Does this happen if you call, say, findfirst with > z:\\cws333\d$\djgpp, or > only from the CMD's command line? If the latter, it might be a > ``feature'' of the way the shell parses file names. Since 4NT does not exhibit this behaviour, I'm assuming it's a cmd.exe 'feature' (unless 4NT's lack of support is a 4NT 'feature' of course :-) )