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