Exemplo n.º 1
0
 private bool IsAvailable(string proposedName)
 {
     return(!IOHelpers.DirectoryExists(this.GetWorkspacePath(proposedName)));
 }