/[svn]/linuxsampler/trunk/src/common/Path.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/Path.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2011 by iliev, Tue Sep 30 02:16:41 2008 UTC revision 2012 by iliev, Fri Oct 23 17:53:17 2009 UTC
# Line 126  public: Line 126  public:
126      static std::string getName(std::string path);      static std::string getName(std::string path);
127    
128      /**      /**
129         * Returns the path with the last name
130         * of the path's name sequence stripped off.
131         */
132        std::string stripLastName();
133    
134        /**
135         * Returns the path with the last name
136         * of the path's name sequence stripped off.
137         */
138        static std::string stripLastName(std::string path);
139    
140        /**
141       * Returns the last name in the path's name sequence       * Returns the last name in the path's name sequence
142       * of this path with the file extension stripped off.       * of this path with the file extension stripped off.
143       */       */

Legend:
Removed from v.2011  
changed lines
  Added in v.2012

  ViewVC Help
Powered by ViewVC