Howdy people!
Is there a way to do a findfirst/findnext in FPD26a? I need to find every file "*.usr" (they're just plain text files) and read the content on each. Problem is, they can be any name, not a set of specific filenames. So I was hoping something along the lines of:
...
findfirst("*.usr",isthere)
do while isthere
do readcontent
findnext(isthere)
enddo
Any idea?
Thanks!!
Realm174
Is there a way to do a findfirst/findnext in FPD26a? I need to find every file "*.usr" (they're just plain text files) and read the content on each. Problem is, they can be any name, not a set of specific filenames. So I was hoping something along the lines of:
...
findfirst("*.usr",isthere)
do while isthere
do readcontent
findnext(isthere)
enddo
Any idea?
Thanks!!
Realm174