widgets

new topic     » topic index » view thread      » older message » newer message

Hi guys,

I have just learned from Lee West that chdir() function is quite new,
and people with older version of Euphoria cannot use my widgets. If
you are one of those left behind and want to try them, please replace
line 3632
    o = chdir(o[n][D_NAME])
with
    system("cd " & o[n][D_NAME], 2)

And similarly, line 3654
    o = chdir(cudi)  -- restore home dir
with
    system("cd " & cudi, 2)


Or better still, upgrade!

jiri

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu