💾 Archived View for mirrors.apple2.org.za › archive › ground.icaen.uiowa.edu › MiscInfo › Programmin… captured on 2023-01-29 at 10:17:51.
-=-=-=-=-=-=-
In article <816014.ADTLOYUQ@news.telusplanet.net>, Simon Williams <DONTemail@luddite.ca> wrote: >Is there any way to return the results of >PRINT CHR$(4) "VERIFY /VOLUME/" >back to Applesoft, I'd like to avoid having my program abort >when I forget to load the data disk... I realise I could >accomplish that with an ONERR routine that skips around a PATH >NOT FOUND error, but I was wondering if there is a way to PEEK the >value somehow... > >Also (as if that weren't enough), is there any way to extract >information from CATALOG? Ideally I'd like to be able to >PRINT CHR$(4) "CATALOG /VOLUME,TDIR" >and be able to use the directory names as