Re: FINDNEXTFILE


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

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 FindFirstFile

Do
Gosub FindNextFile ! You gotta catch 'em all

If FF.Filename$ = '' ! No More Files
Break
EndIf

...
!! Do Your Magic !!
...

Loop

Enjoy !


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]