Finding desktop path [solved]
is it
Code:
"C:\Users\%USERNAME%\Desktop"
or what is it im not that familer with visual basic programming
please and TY
[highlight=vb.net]
Dim desktop As String = Environment.GetFolderPath(Environment.SpecialFolde r.Desktop)
[/highlight]
Marked solved anyway.