how can i create a new folder on desktop and save automatically inside that folder??
Zoom (01-15-2010)
Code:Directory.CreateDirectory("location and filename") 'for all users on a machine , Desktop is located "c:\Documents and Settings\All Users\desktop"
Last edited by NextGen1; 01-15-2010 at 02:42 PM.