> > Hi. I'm trying to figure out how to check for the existence of a file or files on a PDA using windows CE, from a VFP app.
> >
> > I have no problem copying or deleting files, but need to determine if files exist in a directory on the PDA.
> >
> > Thx
> >
> >
> > Mike C
>
> Try to download this OpenNETCF.Desktop.Communication Library from this website:
>
>
http://www.opennetcf.com/FreeSoftware/DesktopCommunication/tabid/90/Default.aspx>
> Try to see if you can call directly from within VFP. If not then you try to wrap it using dotNET then from dotNET you can create more fully customized functions such as Check file exist, Check Date time, Delete File, Copy File, check if the PDA is connected or not etc...
>
> By the way, are you using MS Active SYNCH? If so, you need to connect first the MS Synch then from VFP you can call the wrap OpenNETCF library.
>
> Let me know if its difficult to do.
>
> Kind regards,
> Mike
Thanks Mike. Downloaded it and will take a look at it.
Mike C