Re: filename for open() is too long error
- Posted by Juergen Luethje <j.lue at gmx?d?> Aug 21, 2007
- 532 views
Thierry Salomon wrote: > Hello, > > I have just discovered Euphoria. Hello and welcome! > While trying it in a DOS Window under Windows 95 > when launching a program I always get the error > > filename for open() is too long error > > Has anyone had similar problem? > > Thank you for your help, On DOS, Euphoria does not fully support long file names (LFN). Here is a page where you'll find lots of code that has been contributed by Euphoria users. You might find that code collection useful anyway: <http://rapideuphoria.com/contrib.htm> Among those contributions is one from me, that provides full LFN support for Euphoria on DOS: <http://www.rapideuphoria.com/lfn.zip> Regards, Juergen