How can I search an list all *.txt on the pocketpc or in a specific folder
on pocketpc? Using eVB...

Thanks a lot!!!

Re: Search an list all *.txt-files on pocketpc? by r_z_aret

r_z_aret
Sat Jan 03 15:22:45 CST 2004

On Sat, 3 Jan 2004 12:44:23 +0100, "Sven" <f> wrote:

>How can I search an list all *.txt on the pocketpc or in a specific folder
>on pocketpc? Using eVB...

For C/C++, straight Win 32, the answer is to use FindFirstFile,
FindNextFile, and their relatives. I'm not sure for eVB. I _think_ a
little work with google will find the answer, but I can't think of a
good search string. You might also try
www.devbuzz.com

>
>Thanks a lot!!!
>
>

-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret
PenFact, Inc.
500 Harrison Ave., Suite 3R
Boston, MA 02118
www.penfact.com

Re: Search an list all *.txt-files on pocketpc? by Stephen

Stephen
Sun Jan 04 23:04:12 CST 2004

"Sven" <f> wrote in message news:%23GJHu7e0DHA.3220@tk2msftngp13.phx.gbl...
> How can I search an list all *.txt on the pocketpc or in a specific folder
> on pocketpc? Using eVB...
>
> Thanks a lot!!!
>
>

You could use the Dir method of a File System Control.

S.