Exists() public method

public Exists ( FilePath path ) : bool
path FilePath
return bool
Example #1
0
 public bool Exists()
 {
     return(FileHelper.Exists(path));
 }