Re: Suggestion for dir()

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

you wouldn't even need to alter file.e, just remake the functions, like
this:

function old_dir(sequence path)
    return dir(path)
end function

function dir(sequence path)
object dd
    dd = old_dir(path)
    if atom(dd) then
        return {}
    else
        return dd
    end if
end function

~Greg

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

Search



Quick Links

User menu

Not signed in.

Misc Menu