Emulator question: Putting files in the emulators 'My Documents' folder ??

  • Thread starter Thread starter Sagaert Johan
  • Start date Start date
S

Sagaert Johan

When debugging on the device i copy a file to the 'my documents' folder, my
app the uses a TexReader to read the file.

How can i do this on the emulator ?

How can i put my file into the Emulators 'my documents' folder ?

Thanks

Johan
 
Are you using Visual Studio? If so, then add the file to your project and
set the Build Action property to "Content" and deploy the app. Then once
the file is on the emulator you can copy it to My Documents.
 
set the Build Action property to "Content" and deploy the app. Then onc

Where can I find this setting in vs.net

Carl
 
set the Build Action property to "Content" and deploy the app. Then onc
Where can I find this setting in vs.net

I am also interested? Can anyone provide solution

Ian
 
If VS .NET 2003, if you select a file in the Solution Explorer window, in
the Properties window there should be a "Build Action" property. If you set
this to "Content", the file will be deployed with your solution.
 
Back
Top