hi, can anyone help .
I have just installed
vb 6 as part of visual studio.
I have not done any programming in years and am trying to create a simple application.
I am failing at the first hurdle it seems.
I have created a new form and button. here is the code for the button.
My.Computer.FileSystem.CreateDirectory _
("C:\Documents and Settings\All Users\Documents\NewDirectory")
I have also tried
My.Computer.FileSystem.CreateDirectory("c:\Test")
I am getting run-time error 424 object
Am I missing something?