سلام...
چه طور میشه توسط کد تو application.startuppath یک فولدر مثلا temp ایجاد کرد...
ممنمون....
Printable View
سلام...
چه طور میشه توسط کد تو application.startuppath یک فولدر مثلا temp ایجاد کرد...
ممنمون....
سلام
کد:System.IO.Directory.CreateDirectory("C:\foldername")
System.IO.Directory.CreateDirectory(System.IO.Path.Combine(System.Windows.Forms.Application.StartupPath, "foldername"))
سلام
مرسی....