How to find out if a file exists in C# / .NET? October 11, 2022 by Tarik Use: File.Exists(path) MSDN: http://msdn.microsoft.com/en-us/library/system.io.file.exists.aspx Edit: In System.IO