6#include "utils/types.h"
12 static constexpr auto PROJECT_FILE =
"project.zpj"sv;
13 static constexpr auto PROJECT_BACKUPS_DIR =
"backups"sv;
14 static constexpr auto PROJECT_PLUGINS_DIR =
"plugins"sv;
15 static constexpr auto PROJECT_PLUGIN_STATES_DIR =
"states"sv;
16 static constexpr auto PROJECT_PLUGIN_EXT_COPIES_DIR =
"ext_file_copies"sv;
17 static constexpr auto PROJECT_PLUGIN_EXT_LINKS_DIR =
"ext_file_links"sv;
18 static constexpr auto PROJECT_EXPORTS_DIR =
"exports"sv;
19 static constexpr auto PROJECT_STEMS_DIR =
"stems"sv;
20 static constexpr auto PROJECT_POOL_DIR =
"pool"sv;
@ PLUGIN_EXT_COPIES
External files for plugin states, under the STATES dir.
@ PluginsDir
Plugins path (directory).
@ PLUGIN_EXT_LINKS
External files for plugin states, under the STATES dir.
@ PluginStates
Path for state .ttl files.
@ ProjectFile
The project .zpj file.
static fs::path get_path(ProjectPath path)
Returns the path of the given type relative to a project's directory.