Quote Originally Posted by SlimJim View Post
I just tried this:

If Not System.IO.Directory.Exists("%USERPROFILE%\test") Then

System.IO.Directory.CreateDirectory("%USERPROFILE%\test")

End If

But nothing. no error and no created folder. Any ideas?
Ok, well I guess it's not the best method. Try hitting this folder from the run command: WinKey + R - Paste: %USERPROFILE%\test
%USERPROFILE% is C:\Users\USERNAME\ in Win7, not desktop or Documents and Settings.