T
Thore Berntsen
I have a CF 2.0 program where I have code like this:
if (Directory.Exists("\\Storage Card\\Import\\) ...
This works on all devices I tried yet except for the ViewSonic V.37. On this
device the call returns false even if the directory exists.
If I write
if (Directory.Exists("\\Storage Card\\Import) ... (Without trailing
backslash) it works fine.
It is not releated to the storage card. I have tested that.
Ideas anyone?
Thore Berntsen
if (Directory.Exists("\\Storage Card\\Import\\) ...
This works on all devices I tried yet except for the ViewSonic V.37. On this
device the call returns false even if the directory exists.
If I write
if (Directory.Exists("\\Storage Card\\Import) ... (Without trailing
backslash) it works fine.
It is not releated to the storage card. I have tested that.
Ideas anyone?
Thore Berntsen