Hello everyone,
I find when reading from a local file from Silverlight, we have to use special path separator "/" other than normal path separator "\" or else Silverlight can not get related local file, for example we need to write as c:/test/abc.wmv, other than write as c:\test\abc.wmv.
Two more questions,
Any simple solution to use normal file separator?
C# File/FileInfo class will use normal path separator to represent a file name (full path name), how to change all the normal path separator into this special path separator so that Silverlight could recognize?
I am using VSTS 2008 + C# + .Net 2.0.
thanks in advance, George