X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: "Tim Van Holder" To: Subject: Re: lfn from scratch... Date: Thu, 27 Dec 2001 16:43:02 +0100 Message-ID: <000001c18eed$2b2a2460$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 > The point is that "ls nonexistent-file" returns immediately, as does > "ls x:" for a non-existent drive x:, while the above waits for a long > time before it returns to the caller. Yes, but it's no different for Win32 apps; "dir \\foo\bar" also takes a long time to return, and having UNCs in PATH can _really_ slow the command prompt down. It's a fact of live with UNCs; I don't why we should try to do better than the OS in that respect.