Hello Uniconers,
        I'm running Unicon ver. 10.0 under Windows 2K Professional. I'm having trouble with the "chdir" function. I can display the current directory using
write(chdir()) but actually trying to change the directory causes the program to crash as in

procedure main()
write(&version)
write(chdir())
write(chdir("c:\\unicon"))
end
Program execution continues till it hits the last line (before end) and then the window appears saying the program has generated errors and will shut down. It claims to open the file WICONLOG but no file is created. Any help greatly appreciated.
thanks,

Jonathan Kaye
Carrer Fontajau 32-34, 1r   3a
17007 Girona
Spain
Tel: +34 972 22 82 50

Reply via email to