Emulator Files

  • Thread starter Thread starter Rick Bean
  • Start date Start date
R

Rick Bean

Any idea where on my local drive the emulator stores the files I deploy to it? I just want to add a .TXT file to the same directory as the executable I deploy without having to have the application write it out.

Rick
 
There is not actual path where the emulator files are located on your
local drive as all the memory of the emulated system stays in RAM.

If you are using VS .nET 2003, you can attach this text file to your
project and change its "Build action" to be "Content". This will
deploy the text file beside your executable to the emulator or the
device.

You can also use the folder sharing feature of the emulator if you are
using eVC 4.0. This would give you direct access to your hard drive
from the emulator.

Carl
Visual Studio for Devices
 
Back
Top