Check if a File or Directory exists - From http://stackoverflow.com/questions/1395205/better-way-to-check-if-a-path-is-a-file-or-a-directory
File.Exists(); Directory.Exists();