Posted by Robert G Laurin on May 01, 2019 at 06:43:08: Uploaded files: 2
In Reply to: Re: FINDNEXTFILE posted by Jeff Cinelli on April 30, 2019 at 12:05:15:
See attached, should be simple enough to figure out. Don't forget to include twice, once in Declaratives and once more in Executables. Second include file is called by the first one, no need to include.
Let FF.Path$ = Path('FXX') + 'MSG *.XML'
FF.First = False ! Make sure to do a FindFirstFileDo
Gosub FindNextFile ! You gotta catch 'em allIf FF.Filename$ = '' ! No More Files
Break
EndIf...
!! Do Your Magic !!
...Loop
Enjoy !
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.