]> pilppa.org Git - libplp.git/blobdiff - src/FileUtil.hh
Data read optimizations
[libplp.git] / src / FileUtil.hh
index 50b3ddda72f5ee8594d502f579a9203d756e9c72..6bf6c7359e7fb3504e3c2cd2ff6db7bc9e54c3f3 100644 (file)
@@ -35,6 +35,7 @@ namespace plp {
                         * Check whether file exist with specified access rights
                         */
                        static bool file_exist(const char *file_name_with_path, bool writable);
+                       static bool dir_exist(const char *dir_name_with_path, bool writable);
                        static std::ofstream *open_for_writing(const char *path);
        };
 }