PEGAR [Ô]APP.PATH[Ô], WINDOWS MOBILE

PAULOOLIVEIRA 20/07/2010 11:52:48
#347904
Caros amigos, boa tarde

Pergunda de principiante...

No vb6 -> app.path ( ja to com saudade)

no vb.net windows forms -> My.Application.Info.DirectoryPath

e no windows mobile, como pego o caminho da pasta ?

grato
JWCELYO 20/07/2010 13:30:21
#347922
Resposta escolhida
     Dim fullPath As String = System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase
Dim pathOnly As String = fullPath.Substring(0, fullPath.LastIndexOf([Ô]\[Ô]))
msgbox(pathOnly)
PAULOOLIVEIRA 20/07/2010 13:55:29
#347928
Perfeito, muito grato!
Tópico encerrado , respostas não são mais permitidas