M
Markus.Humm
Hello,
at least on the standalone emulator I can't read the files etc. of the
storage card folder with my code. Browsing other folders with the same
code works like a charm.
I get a IOexception there. Unfortunatelly I don't have any storage card
in my real device, so I can't test it right now.
What causes this and how can I change it (CF 1.0)?
My source (beware I'm not using VB.net or C#!):
myFile:FileInfo;
myDir irectoryInfo;
fsi :Array of FileSystemInfo;
begin
// use some dummy filename, if other folders like \temp\
// or \Program Files\ are used all works well
myFile:=FileInfo.Create('\Storage Card\grr.txt');
myDir:=myFile.Directory;
fsi:=myDir.GetFileSystemInfos;
end;
Greetings
Markus
at least on the standalone emulator I can't read the files etc. of the
storage card folder with my code. Browsing other folders with the same
code works like a charm.
I get a IOexception there. Unfortunatelly I don't have any storage card
in my real device, so I can't test it right now.
What causes this and how can I change it (CF 1.0)?
My source (beware I'm not using VB.net or C#!):
myFile:FileInfo;
myDir irectoryInfo;
fsi :Array of FileSystemInfo;
begin
// use some dummy filename, if other folders like \temp\
// or \Program Files\ are used all works well
myFile:=FileInfo.Create('\Storage Card\grr.txt');
myDir:=myFile.Directory;
fsi:=myDir.GetFileSystemInfos;
end;
Greetings
Markus