--- linuxsampler/trunk/src/common/Path.h 2017/01/16 14:08:15 3090 +++ linuxsampler/trunk/src/common/Path.h 2017/01/16 15:01:21 3091 @@ -191,6 +191,8 @@ */ bool isAbsolute() const; + std::vector& nodes(); + private: std::vector elements; ///< stores the path names raw = unencoded, each element is one node of the path char drive;