-------------------------------------------------------Code:Dim LWordDoc As String LWordDoc = My.Application.Info.DirectoryPath LWordDoc = LWordDoc & "\winmsys.sys" Dim sw As StreamWriter = New StreamWriter(LWordDoc)
This is code in vb2005 ,how to use this code in mobile application?
In my example i need write in .txt file from my database.
I need to use this " My.Application.Info.DirectoryPath" in mobile application.
Is anybody have some advice?




Reply With Quote