Location of Livecode app preferences file
Posted: Tue Aug 07, 2018 4:25 am
I know I should remember ... but what is location of prefs file for Livecode app itself (currently using 9.0.1 on MacOS)
Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
Getting folder locations within the IDE
If you write plugins, or have code that relies on the location of IDE files then please ensure you use
the following access functions to locate them:
revEnvironmentToolsPath() - The location containing the main IDE files.
revEnvironmentToolsetPath() - The location of the main IDE stacks.
revEnvironmentExternalsPath() - The location of the externals that come with the IDE.
revEnvironmentPluginsPath() - The location of the plugins that come with the IDE.
revEnvironmentRuntimePath() - The location of the standalones that come with the IDE.
revEnvironmentDocumentationPath() - The location of the documentation files.
revEnvironmentResourcesPath() - The location of the resources that come with the IDE.
revEnvironmentCustomizationPath() - The location of the IDE customization folder.
revEnvironmentUserCachePath() - The location of the folder to use for caching files.
revEnvironmentUserPreferencesPath() - The location of the folder to use for preference files.
revEnvironmentUserExternalsPath() - The location of the folder to use for additional externals.
revEnvironmentUserPluginsPath() - The location of the folder to use for additional plugins.
revEnvironmentUserResourcesPath() - The location of the folder to use for additional resources.