Guest User

Untitled

a guest
Dec 7th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. if (!File.Exists(filePath))
  2. {
  3. Log.Error(string.Format("File not found: {0}", filePath));
  4. return null;
  5. }
Add Comment
Please, Sign In to add comment