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