Jan 27, 2004 #1 J Jay1b Well-known member Joined Aug 3, 2003 Messages 640 Location Kent, Uk. Hi I want my program to create a couple sub-directories from the main installation directory, how can i do this? Thanks.
Hi I want my program to create a couple sub-directories from the main installation directory, how can i do this? Thanks.
Jan 27, 2004 #2 N NK2000 Well-known member Joined Jan 24, 2004 Messages 165 look for Directory.CreateDirectory
Jan 27, 2004 #3 J Jay1b Well-known member Joined Aug 3, 2003 Messages 640 Location Kent, Uk. Cool thanks. Is that how all the purchased programs do it then?
Jan 27, 2004 #4 N NK2000 Well-known member Joined Jan 24, 2004 Messages 165 i dont know but this should work and normally there shouldnt be any performance difference..