Beispiel #1
0
 /// <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 );
 }