]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/fileutl.h
rename the newly public CheckDirectory method to CreateAPTDirectoryIfNeeded
[apt.git] / apt-pkg / contrib / fileutl.h
index f79c9032f84ff5da7c92f456642eb7ebdccb9ff8..419506273fe230f94bc68f02ce123ce0476275c1 100644 (file)
@@ -101,7 +101,7 @@ bool CreateDirectory(string const &Parent, string const &Path);
  *  /apt/ will be removed before CreateDirectory call.
  *  \param Path which should exist after (successful) call
  */
-bool CheckDirectory(string const &Parent, string const &Path);
+bool CreateAPTDirectoryIfNeeded(string const &Parent, string const &Path);
 
 std::vector<string> GetListOfFilesInDir(string const &Dir, string const &Ext,
                                        bool const &SortList, bool const &AllowNoExt=false);