コード例 #1
0
ファイル: QuickIOPath.Exists.cs プロジェクト: nagyist/QuickIO
 /// <summary>
 /// Checks if path exists
 /// </summary>
 /// <param name="path">Path to check</param>
 /// <returns>True on exists</returns>
 public static Boolean Exists( String path )
 {
     return InternalQuickIO.Exists( path );
 }