Check if the specified file exists.
If the specified file exists it returns true otherwise it returns false.
var file = new DlxFile("demofile.txt"); if (file.Exist()) { }