Baran Topal

Baran Topal


October 2024
M T W T F S S
« Feb    
 123456
78910111213
14151617181920
21222324252627
28293031  

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");