mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
splitting the library into more intuitive modules
This commit is contained in:
@@ -24,9 +24,10 @@ using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
namespace CUEToolsLib
|
||||
namespace CUETools.Processor
|
||||
{
|
||||
static class SettingsShared {
|
||||
static class SettingsShared
|
||||
{
|
||||
public static string GetMyAppDataDir(string appName) {
|
||||
string appDataDir = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
|
||||
string myAppDataDir = Path.Combine(appDataDir, appName);
|
||||
|
||||
Reference in New Issue
Block a user