Is there a command in PB/DLL6 that will allow me to
check for the presence of an EXE file and if so, return
a value (1) that can be used if the file was found and a
(0) for instance if the file wasn't found?
I looked at DIR$, but that did'nt seem like what I needed.
Thanks,
Gary Stout
------------------
check for the presence of an EXE file and if so, return
a value (1) that can be used if the file was found and a
(0) for instance if the file wasn't found?
I looked at DIR$, but that did'nt seem like what I needed.
Thanks,
Gary Stout
------------------
Comment