Home | History | Annotate | Download | only in Common
      1 // Util/FilePathAutoRename.h
      2 
      3 #ifndef __FILEPATHAUTORENAME_H
      4 #define __FILEPATHAUTORENAME_H
      5 
      6 #include "Common/MyString.h"
      7 
      8 bool AutoRenamePath(UString &fullProcessedPath);
      9 
     10 #endif
     11