Hi

I am new to windows mobile development
How do I read XML file when form loads?

I tried to use same logic of windows application but did not work
example
Dim fs as new filestream("d:\keyboard.xml",filemode.open,fileaccess.read)

this isnt working. It say Invalid directory. any idea?