blob: f0b67687b6c7dcd0329cf3d91c49df9f7bac02af (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/Source/PluginProcessor.cpp
+++ b/Source/PluginProcessor.cpp
@@ -838,7 +838,7 @@ File ObxdAudioProcessor::getCurrentBankFile() const
//==============================================================================
File ObxdAudioProcessor::getDocumentFolder() const
{
- File folder = File::getSpecialLocation(File::userDocumentsDirectory).getChildFile("discoDSP").getChildFile("OB-Xd");
+ File folder = File::getSpecialLocation(File::globalApplicationsDirectory).getChildFile("share").getChildFile("ob-xd");
/*
if (! folder.exists())
{
|