| Line 33... | Line 33... | 
          
            | 33 | 	bool create(const Utils::String &dir) const;
 | 33 | 	bool create(const Utils::String &dir) const;
 | 
          
            | 34 | 	bool createAndChange(const Utils::String &dir);
 | 34 | 	bool createAndChange(const Utils::String &dir);
 | 
          
            | 35 |  
 | 35 |  
 | 
          
            | 36 | 	bool move(const Utils::String &to);
 | 36 | 	bool move(const Utils::String &to);
 | 
          
            | 37 | 	bool move(const Utils::String& from, const Utils::String& to);
 | 37 | 	bool move(const Utils::String& from, const Utils::String& to);
 | 
          
            | 38 | 	bool RemoveDir(CyString dir, bool doFiles = false, bool recursive = false, CyStringList* errors = NULL);
 | - |   | 
          
            | 39 | 	bool removeDir(const Utils::String &dir, bool doFiles = false, bool recursive = false, Utils::CStringList* errors = NULL);
 | 38 | 	bool removeDir(const Utils::String &dir, bool doFiles = false, bool recursive = false, Utils::CStringList* errors = NULL);
 | 
          
            | 40 | 	bool cd(const Utils::String &dir);
 | 39 | 	bool cd(const Utils::String &dir);
 | 
          
            | 41 |  
 | 40 |  
 | 
          
            | 42 | 	bool dirList(Utils::CStringList &files, Utils::String dir = Utils::String::Null(), Utils::String filePattern = Utils::String::Null()) const;
 | 41 | 	bool dirList(Utils::CStringList &files, Utils::String dir = Utils::String::Null(), Utils::String filePattern = Utils::String::Null()) const;
 | 
          
            | 43 | 	bool checkEmptyDir(const Utils::CStringList &dirList) const;
 | 42 | 	bool checkEmptyDir(const Utils::CStringList &dirList) const;
 |