Posted by Robert G Laurin on January 25, 2013 at 11:37:41:
In Reply to: Re: differing results for FSTAT between /16 and /32 posted by Bob A on January 25, 2013 at 09:33:06:
This is a sample piece of code I've been using for a (far too) long time.
500 100 FSTAT$ = FSTAT(FILE$,DIR="ABC")
590 LET PRINT$ = SUB(FSTAT$,1,14)
600 PRINT (0) FILE$;' ';PRINT$
640 FILE$ = SUB(FSTAT$,35,8) ! get next file
645 IF SUB(FSTAT$,43,3) > ' ' _ ! with extension ?
650 FILE$ = FILE$ + '.' + SUB(FSTAT$,43,3)
665 IF FILE$ < '' GOTO 100 ! Continue, Not Done 'till '@7F7F7F@'
I never tried it on Comet 32.
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.