Hi,
According to the docs GetLibraryPath() should return the location where modules, presets and logs are stored. It doesn't on my machine. I get..
/Library/Application Support/Voltage
...instead of
~/Library/Application Support/Voltage (ie the user-specific path)
The first path exists but it doesn't contain 'modules, presets and logs', only lib and jar files.
GetLibraryPath() On MacOs Appear To Return The Wrong Path
-
- Posts: 10
- Joined: Tue Aug 04, 2020 11:02 am
- Waverley Instruments
- Posts: 147
- Joined: Thu May 05, 2022 2:10 pm
Re: GetLibraryPath() On MacOs Appear To Return The Wrong Path
I've just tested this - still an issue on macOS
- Waverley Instruments
- Posts: 147
- Joined: Thu May 05, 2022 2:10 pm
Re: GetLibraryPath() On MacOs Appear To Return The Wrong Path
I totally forget the tilde thing on Mac
So append that, and you're good. E.g.
So append that, and you're good. E.g.
Code: Select all
Log("~" + GetLibraryPath());