04.09.2016 Views

download-pdf-ebooks.org-ku-8828

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

موسوعة<br />

شارب السً‏ كودات<br />

معٌن كود تنفٌذ زمن حساب كٌفٌة األول:‏ الكود<br />

float startTime = Environment.TickCount;<br />

//<br />

//<br />

//<br />

//Here put your code<br />

//<br />

//<br />

//Variable (totalTime) to store the time of f<br />

unction by sec.<br />

float totalTime = (Environment.TickCount -<br />

startTime) / 1000;<br />

الكود الثانً‏ : تنفٌذ بعض العملٌات على المجلدات<br />

//Delete Folder<br />

System.IO.Directory.Delete("Folder_path");<br />

path");<br />

//Create new Folder<br />

System.IO.Directory.CreateDirectory ("Folder_<br />

//Move folder to new location<br />

System.IO.Directory.Move("Folder_old_path", "<br />

Folder_new_path");<br />

3

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!