R
RCM
I'm confused about how the emulator works. I have a simple program
that works fine on my device (Smartphone). One of the things the
program does is create a text file with no path information, as in
using ( System.IO.StreamWriter sw =
newSystem.IO.StreamWriter(@"Q123.txt") )
When I run the app in the emulator, no error is generated, but I
cannot find the Q123.txt file. I've even searched my entire desktop
machine for the file and it is not found.
Can you someone straighten me out on how the emulator handles files
created as in the code above?
Thanks,
RM
that works fine on my device (Smartphone). One of the things the
program does is create a text file with no path information, as in
using ( System.IO.StreamWriter sw =
newSystem.IO.StreamWriter(@"Q123.txt") )
When I run the app in the emulator, no error is generated, but I
cannot find the Q123.txt file. I've even searched my entire desktop
machine for the file and it is not found.
Can you someone straighten me out on how the emulator handles files
created as in the code above?
Thanks,
RM