.fileinfo.length | The file’s length |
.fileinfo.there | 1 if the file exists, else 0 |
.fileinfo.filetype | The file’s type. (e.g. &AFF for a DrawFile) |
repeat dragload file_c85 "Drop JPEG here" to filename$ until filename$ <> "" |
repeat dragload directory "Drop dir. here" to indir$ until indir$ <> "" |
repeat scandirectory indir$ to found$ if found$ <> "" then proc process_image endif until found$ = "" |
.directoryscan.leafname | The file’s leafname |
.directoryscan.filetype | The filetype |
.directoryscan.length | The file’s length |
.directoryscan.there | 1 if the file exists, else 0 |