diff --git a/Perplex.Umbraco.Forms/Code/Constants.cs b/Perplex.Umbraco.Forms/Code/Constants.cs
index d0db9b3..0819e34 100644
--- a/Perplex.Umbraco.Forms/Code/Constants.cs
+++ b/Perplex.Umbraco.Forms/Code/Constants.cs
@@ -53,12 +53,13 @@ public enum EnmFieldTypeId
}
public const string PERPLEX_FIELDTYPE_ROOT_FOLDER = "~/Views/Partials/Forms/Fieldtypes/Perplex";
- public const string DATATYPE_ROOT_FOLDER = "~/App_Plugins/PerplexUmbracoForms";
+ public const string DATATYPE_ROOT_FOLDER = "~/App_Plugins/PerplexUmbracoForms";
+
///
/// Relative location of folders.json file
///
- public const string FOLDERS_DATA_FILE_PATH = DATATYPE_ROOT_FOLDER + "/data/folders.json";
+ public const string FOLDERS_DATA_FILE_PATH = "~/App_Data/PerplexUmbracoForms/folders.json";
///
/// Relative location of PerplexUmbracoForms.config file