Doesn't look like it, at least not using any built-in method. The FILES
and TS-DOS LFILES hook both print to the screen. The only two ways
would be:
1. Write and install a "print to screen" hook to intercept the data
prior to the actual printing and save the data off to a string. Then
uninstall the hook when done.
2. Trapse through the TS-DOS disassembly and perform OptROM calls
directly to the appropriate functions responsible for obtaining the
filenames.
Ken
On 7/12/18 8:09 AM, Kurt McCullum wrote:
Is there any way to capture the FILES or more specifically lFILES
commands into either a string or array?
Kurt