Hi May i know what is the directory for PocketPC as i have to actually save something a stream transfer ?

VB Code:
  1. Dim incomingfile As System.IO.Stream
  2. incomingfile = IO.File.Open("C:/" + data, IO.FileMode.OpenOrCreate)

IO.File.Open, what shall i put in there ?

Lets say if i receive a .txt file and i want to open it using a NotePad, or maybe a .wmv file and i want to open it using Media Player.

WHat shall i do ?

Can Someone please help ?