]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
Provide do_put methods for inserting all remaining basic type values
[lyx.git] / src / support / filetools.h
index d6bf08897c95b5149c2332fba26efdca855c7894..abf637ca84091f1e6e7ef73b22daf35f28311ecf 100644 (file)
@@ -23,7 +23,7 @@ namespace lyx {
 namespace support {
 
 /// remove directory and all contents, returns true on success
-bool destroyDir(std::string const & tmpdir);
+bool destroyDir(FileName const & tmpdir);
 
 /// Creates the per buffer temporary directory
 std::string const createBufferTmpDir();
@@ -60,7 +60,7 @@ FileName const fileSearch(std::string const & path,
                             std::string const & ext = std::string());
 
 /// Returns a vector of all files in directory dir having extension ext.
-std::vector<std::string> const dirList(std::string const & dir,
+std::vector<std::string> const dirList(FileName const & dir,
                                       std::string const & ext = std::string());
 
 /** Is directory read only?