S
Stephen Haunts
Hi
Im writing an app for my Orange SPV e200 phone. This app needs to load up a
file when it loads, lets say 'info.dat'
If i try to load this filename with
FileStream fsIn = new FileStream("Info.dat", FileMode.Open,
FileAccess.Read);
When this gets called i get a file not found exception, but if i call that
function with an absolute path of say
"\storage\program files\myapp\info.dat"
Im writing an app for my Orange SPV e200 phone. This app needs to load up a
file when it loads, lets say 'info.dat'
If i try to load this filename with
FileStream fsIn = new FileStream("Info.dat", FileMode.Open,
FileAccess.Read);
When this gets called i get a file not found exception, but if i call that
function with an absolute path of say
"\storage\program files\myapp\info.dat"