1. chdir()
The documentation for Euphoria v2.2 says that there is a library routine
called chdir(), which requires file.e. Every time I try to use chdir(), I
get an error that it is undefined. Also, I don't see it anywhere in
file.e. Am I missing something, or is the documentation wrong? My version
of file.e is dated 7 August 1999, and is 4475 bytes long. Do I just have
an old version maybe?
Brian
2. Re: chdir()
On Tue, 29 Feb 2000 09:34:03 -0500, Brian Jackson wrote:
>Do I just have
>an old version maybe?
Yep, I'd bet you are looking at file.e from version 2.1. You might want to
reinstall 2.2...
-- another Brian