]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
move funtion with std::vector to filetools
[lyx.git] / src / support / filetools.h
index 6e3e412ec62ac5975af3b33be50c985f42cbd4ac..dce6e6979d06d8164ca12faf4201859ad4be7985 100644 (file)
@@ -275,6 +275,9 @@ typedef std::pair<int, std::string> cmd_ret;
 
 cmd_ret const runCommand(std::string const & cmd);
 
+/// \return list other files in the directory having optional extension 'ext'.
+std::vector<FileName> dirList(FileName const & filename, std::string const & ext);
+
 
 } // namespace support
 } // namespace lyx