G
glenn
I have built an app in C# that runs on a PDA. This application through its
course builds a text file that I must later transfer to the host computer
for processing by another windows application. I know that I can do this
through activesync, however, because the file could become quite large I
have setup the program to store it on the storage card instead of in main
memory.
Specifically I would like to take the file stored on the storage card into
the c:\temp folder on the main host computer if possible. At this point I
would setting for getting it anywhere but if its possible I'd like to
specify specifically where the file will be located.
Can anyone point me in the right direction for accomplishing this task?
Thanks,
glenn
course builds a text file that I must later transfer to the host computer
for processing by another windows application. I know that I can do this
through activesync, however, because the file could become quite large I
have setup the program to store it on the storage card instead of in main
memory.
Specifically I would like to take the file stored on the storage card into
the c:\temp folder on the main host computer if possible. At this point I
would setting for getting it anywhere but if its possible I'd like to
specify specifically where the file will be located.
Can anyone point me in the right direction for accomplishing this task?
Thanks,
glenn