Home > Archive > Smartphone Developer Forum > April 2006 > Browsing directory call
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Browsing directory call
|
|
| cronopi 2006-04-10, 8:18 am |
| Hi All,
How can I make a programatical "dir" using wildcards in PocketPc and
Smartphone? In C#, is pretty straightforward but I don't know if a win32
function exists which implements this...
Cheers,
Oscar
| |
| Brian Nantz 2006-04-10, 8:18 am |
| If it is straightforward in C# then why not use that? The win32
function is getFirstFile and getNextFile I think.
cronopi wrote:
> Hi All,
>
> How can I make a programatical "dir" using wildcards in PocketPc and
> Smartphone? In C#, is pretty straightforward but I don't know if a win32
> function exists which implements this...
>
> Cheers,
>
> Oscar
>
>
| |
| r_z_aret@pen_fact.com 2006-04-10, 7:05 pm |
| On Mon, 10 Apr 2006 15:03:01 +0200, "cronopi" <opaytuvi@hotmail.com>
wrote:
>Hi All,
>
>How can I make a programatical "dir" using wildcards in PocketPc and
>Smartphone? In C#, is pretty straightforward but I don't know if a win32
>function exists which implements this...
Common question. The answer is obvious only once you know it. See
FindFirstFile, FindNextFile, and FindClose
>
>Cheers,
>
>Oscar
>
-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).
Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
www.penfact.com
| |
| cronopi 2006-04-12, 7:05 pm |
| Thanks both for your answers!
<r_z_aret@pen_fact.com> escribió en el mensaje
news:hbll3215ems4bpqmtcg6dg1bp804ttcc7o@
4ax.com...
> On Mon, 10 Apr 2006 15:03:01 +0200, "cronopi" <opaytuvi@hotmail.com>
> wrote:
>
>
> Common question. The answer is obvious only once you know it. See
> FindFirstFile, FindNextFile, and FindClose
>
>
>
> -----------------------------------------
> To reply to me, remove the underscores (_) from my email address (and
> please indicate which newsgroup and message).
>
> Robert E. Zaret, eMVP
> PenFact, Inc.
> 20 Park Plaza, Suite 478
> Boston, MA 02116
> www.penfact.com
|
|
|
|
|