Esempio n. 1
0
 /// <summary>
 /// Determine whether a given path is an exeisting directory or not.
 /// </summary>
 /// <returns>true if this directory exists and otherwise false</returns>
 public bool DirectoryPathExists()
 {
     return(PathModel.DirectoryPathExists(mPath));
 }