1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00

Documentation correction.

This commit is contained in:
jules 2013-11-30 21:38:50 +00:00
parent fe6ec7acfc
commit 488fe56ffe

View file

@ -144,7 +144,7 @@ public:
C:\\Documents and Settings\\username\\Application Data\\[folderName]\\[applicationName].[filenameSuffix]
On Linux it'll return
~/.[folderName]/[applicationName].[filenameSuffix]
~/[folderName]/[applicationName].[filenameSuffix]
If the folderName variable is empty, it'll use the app name for this (or omit the
folder name on the Mac).