Hi to all,

Is there any function (on CE Rapi)that return the storage card name ??

Or, in other words, How can I obtain the name (path) of a storage card
of a PDA from PC?

Many thanks for your help,
A Lopez
Spain

Re: Rapi function that returns Storage Card name by Philip

Philip
Thu Jan 12 06:42:09 CST 2006

You mean as a folder under "\"? hat should give you a clue.

"Antonio López" <alopez@hotmail.com> wrote in message
news:%23E0Q1L2FGHA.3200@tk2msftngp13.phx.gbl...
> Hi to all,
>
> Is there any function (on CE Rapi)that return the storage card name ??
>
> Or, in other words, How can I obtain the name (path) of a storage card of
> a PDA from PC?
>
> Many thanks for your help,
> A Lopez
> Spain



Re: Rapi function that returns Storage Card name by alopez

alopez
Thu Jan 12 06:43:44 CST 2006

Phillip,

Thanks for your answer..

> You mean as a folder under "\"? hat should give you a clue.

Sorry, I didn't understand you...

Regards,
A López
Spain
PS: sorry for my bad english

Re: Rapi function that returns Storage Card name by r_z_aret

r_z_aret
Thu Jan 12 15:26:19 CST 2006

On Thu, 12 Jan 2006 11:23:56 +0100, Antonio López <alopez@hotmail.com>
wrote:

>Hi to all,
>
>Is there any function (on CE Rapi)that return the storage card name ??

I don't know of anything quite so direct.


>
>Or, in other words, How can I obtain the name (path) of a storage card
>of a PDA from PC?

FindFirstFlashCard will work for newer platforms. FindFirstFile will
work of all platforms. These functions do take more work than you
might like.


>
>Many thanks for your help,
>A Lopez
>Spain

-----------------------------------------
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

Re: Rapi function that returns Storage Card name by alopez

alopez
Fri Jan 13 02:57:33 CST 2006

Robert,

Many thanks for your answer.

>
>
>>Or, in other words, How can I obtain the name (path) of a storage card
>>of a PDA from PC?
>
>
> FindFirstFlashCard will work for newer platforms. FindFirstFile will
> work of all platforms. These functions do take more work than you
> might like.
>
>

I think this function is for Windows Ce while I am looking it for Rapi.
I'll investigate a bit more...

Regards,
A López
Spain

Re: Rapi function that returns Storage Card name by Philip

Philip
Fri Jan 13 04:16:19 CST 2006

He means CeFindFirstFile and CeFindNextFile. And he is right - they are a
pain.

"Antonio López" <alopez@hotmail.com> wrote in message
news:%23tppHACGGHA.1312@TK2MSFTNGP09.phx.gbl...
> Robert,
>
> Many thanks for your answer.
>
>>
>>
>>>Or, in other words, How can I obtain the name (path) of a storage card of
>>>a PDA from PC?
>>
>>
>> FindFirstFlashCard will work for newer platforms. FindFirstFile will
>> work of all platforms. These functions do take more work than you
>> might like.
>>
>>
>
> I think this function is for Windows Ce while I am looking it for Rapi.
> I'll investigate a bit more...
>
> Regards,
> A López
> Spain