dotnet · dotnet/FileNotFoundException
FileNotFoundException
FileNotFoundException
Thrown when an attempt to access a file that does not exist on disk fails. Check that the path is correct, the file has not been deleted, and the process has permission to read it. Use File.Exists() to guard access when absence is a normal condition.