Closed bobbimanners closed 4 years ago
Only applies to EDIT.SYSTEM
so far, since the other apps do not change directory. I fixed this in EDIT.SYSTEM
to use absolute paths when chaining.
Aside from EDIT.SYSTEM
the other apps all have cfg_instdir
.
Verified all programs handle directories properly when chaining:
attacher.c
edit.c
email.c
pop65.c
smtp65.c
When
file_ui()
is incorporated into an application it can change working directory. This will almost certainly break the chaining of other programs which currently uses relative paths.