Date: Tue, 24 Aug 1999 09:08:16 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Endlisnis cc: djgpp AT delorie DOT com Subject: Re: RHIDE crashes without traceback. [solved!] In-Reply-To: <37C013DF.3CBFB865@unb.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 22 Aug 1999, Endlisnis wrote: > But the odd part is that it is preceded by a drive letter. So I don't > understand why it would be looking for a UNC. You need to realize how does Windows (and DOS) process file names. The first step is always to canonicalize the file name. After this step, all file names have drive letters, because the canonicalization adds it.