Re: Problems with directory length
- Posted by mattlewis (admin) Sep 16, 2009
- 1632 views
MrAl said...
[1] No, bound on XP.
Sorry, I should have been more specific. Was this with euphoria v3.1, was what I was after.
MrAl said...
[2] No Euphoria bound program will open in that directory, but other programs work fine.
When you say that other programs work, can they open the file when you pass the full path? I ask, because here's how the bound program tries to open itself for reading:
-- open our own .exe file if ELINUX then current_db = e_path_open(cl[1], "rb") else current_db = open(cl[1], "rb") end if
Matt