Baran Topal

Baran Topal


May 2024
M T W T F S S
« Feb    
 12345
6789101112
13141516171819
20212223242526
2728293031  

Categories


super short folder check in C#

baranbaran

Checking existence of a folder is pretty simple but sometimes I forget the correct function to use 😛

bool exists = System.IO.Directory.Exists(@"c:\myPath");