Originally Posted by 2vivi how can i create a new folder on desktop and save automatically inside that folder?? Well you could stop being lazy and actually click save
Code: Directory.CreateDirectory("location and filename") 'for all users on a machine , Desktop is located "c:\Documents and Settings\All Users\desktop"