Baran Topal

Baran Topal


April 2024
M T W T F S S
« Feb    
1234567
891011121314
15161718192021
22232425262728
2930  

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