Skip to content
Snippets Groups Projects
Commit 8a3d2655 authored by NickDraper's avatar NickDraper Committed by GitHub
Browse files

Added developer documentation of the normal path locations

parent 3fb456b4
No related branches found
No related tags found
No related merge requests found
......@@ -1628,6 +1628,11 @@ const std::string ConfigServiceImpl::getVTPFileDirectory() {
}
/**
* Fills the internal cache of instrument definition directories
*
* This will normally contain from Index 0
* - The download directory (win %appdata%\mantidproject\mantid\instrument) (linux $home/.mantid/instrument )
* - The user instrument area /etc/mantid/instrument (not on windows)
* - The install directory/instrument
*/
void ConfigServiceImpl::cacheInstrumentPaths() {
m_InstrumentDirs.clear();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment