R
Robert Holmes
I have been researching this issue for almost two weeks now I need to be
able to access xm files on a specfic folder on the host computer, make some
changes, then send another back to another folder off the parent of the
first. It is a relacement for an existing Palm application, and we are not
in a position to make changes to the systems generating and reading these
files, so the locations of the files is more or less fixed.
My problem is that I have not been able to find a way to read files from the
host machine, rename those files, then write back files to a specific folder
on the host. I know that I can use the SNAPI interface to know when the
device is cradled, or otherwise connected, but have not found in either the
compact framework, or the windows mobile 5.0 stuff, how to read from the
host machine. For example I tried to check the check the host by creating a
DirectoryInfo object passing in @"C:\" within the consructor but it did not
see the c drive of the host machine. I have only been able to see the
device's file system.
I have also looked into the Mobile Software Factory tools. The Connection
Monitor allows me to see what networks are available, however I do not see
where I can manipulate the file systems that I discover via that mechanism.
I am sure that the solution is staring me in the face, but I just don't see
it.
Thanks in advance for any help.
able to access xm files on a specfic folder on the host computer, make some
changes, then send another back to another folder off the parent of the
first. It is a relacement for an existing Palm application, and we are not
in a position to make changes to the systems generating and reading these
files, so the locations of the files is more or less fixed.
My problem is that I have not been able to find a way to read files from the
host machine, rename those files, then write back files to a specific folder
on the host. I know that I can use the SNAPI interface to know when the
device is cradled, or otherwise connected, but have not found in either the
compact framework, or the windows mobile 5.0 stuff, how to read from the
host machine. For example I tried to check the check the host by creating a
DirectoryInfo object passing in @"C:\" within the consructor but it did not
see the c drive of the host machine. I have only been able to see the
device's file system.
I have also looked into the Mobile Software Factory tools. The Connection
Monitor allows me to see what networks are available, however I do not see
where I can manipulate the file systems that I discover via that mechanism.
I am sure that the solution is staring me in the face, but I just don't see
it.
Thanks in advance for any help.