Ejemplo n.º 1
0
 public static bool DoesDirectoryExist(SubFolders folder) => Directory.Exists(GetDirectory() + folder.ToString());
Ejemplo n.º 2
0
 public static string GetSubfolder(SubFolders folder) => GetDirectory() + folder.ToString() + @"\";