Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use File.Exists instead of Path.Exists
Since we don't want to succeed if someone has created a directory with the name we're looking for, File.Exists is a better approach here.
- Loading branch information