public static bool Exists(string filename) { return(UnicodePath.Exists(filename)); }
public static bool Exists(string directory) { return(UnicodePath.Exists(directory)); }