コード例 #1
0
 public static bool Exists(string filename)
 {
     return(UnicodePath.Exists(filename));
 }
コード例 #2
0
 public static bool Exists(string directory)
 {
     return(UnicodePath.Exists(directory));
 }