Re: A89: Routine Question


[Prev][Next][Index][Thread]

Re: A89: Routine Question




> I have a question for the ASM-89 GODS, anyways, I'm making a shell right
> (advfm) and I wanted to display the number of files within a folder in the
> status bar.  I have the handle of the folder in d0, and I was wondering if
> this could be done (I think Doors-Explorer shows it next to the name of
the
> folder).

At least look at the VAT format before wasting out time here =)  DEREF the
handle and the first word is the number of files in the folder - it's right
there for you.

    -Scott




Follow-Ups: References: