// ProgramLocation.h #ifndef __PROGRAMLOCATION_H #define __PROGRAMLOCATION_H #include "Common/String.h" bool GetProgramFolderPath(UString &folder); // normalized #endif