Exemple #1
0
 public static string GetFolderPath(DataFolder folder)
 {
     return(Path.Combine(
                Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),
                PropertyNames.ApplicationName,
                folder.ToString()));
 }