Date: Wed, 1 Oct 1997 11:19:46 +0200 (IST) From: Eli Zaretskii To: =?ISO-8859-2?Q?Robert_Darmochwa=B3?= cc: DJGPP Mailing List Subject: Re: how to get filesize,and similiar problems. In-Reply-To: <9710010022.AA04532@free.polbox.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 30 Sep 1997, =?ISO-8859-2?Q?Robert_Darmochwa=B3?= wrote: > instead of opening ,handles etc. i have simple ' file *loadfile() > 'function. Please note that your `loadfile' function uses `_dos_open', which doesn't support long file names, even if it runs on Windows 95. A better way would be to use `_open', which does support LFN.