diff --git a/PCK-Studio/MainForm.cs b/PCK-Studio/MainForm.cs index e4bf7f10..f139dc3d 100644 --- a/PCK-Studio/MainForm.cs +++ b/PCK-Studio/MainForm.cs @@ -1539,16 +1539,19 @@ namespace PckStudio e.CancelEdit = true; } + [Obsolete("Move this")] public string GetDataPath() { return Path.Combine(Path.GetDirectoryName(saveLocation), "Data"); } + [Obsolete("Move this")] public bool HasDataFolder() { return Directory.Exists(GetDataPath()); } + [Obsolete("Move this")] public bool CreateDataFolder() { if (!HasDataFolder())