C# Check File Exsists

Languages/C# 2008. 12. 21. 10:46

using System.IO;

 

File.Exists(string filepath);

 

return 형은 bool 값이다.

Posted by Dongkyu
,