>FromYourCode();

Source code quote in C#237

 23 April, 2016 at 10:16
/// <summary>
/// Does the file exist?
/// </summary>
/// <param name="path"></path>
/// <returns></returns>
public static bool exists(String path)
{
   return File.Exists(path);
}

Check similar quotes

Share this quote