]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
small changes read changelog
[lyx.git] / src / support / filetools.h
index 41ee889d23f3b510e115e3113885c7b6a02c05c7..deef30d05c46cac6a5ee56114a2d60337cd08f7a 100644 (file)
@@ -1,7 +1,7 @@
 // -*- C++-*-
 /* lyx-filetool.h : tools functions for file/path handling
    this file is part of LyX, the High Level Word Processor
-   Copyright 1995-2000, Matthias Ettrich and the LyX Team
+   Copyright 1995-2001, Matthias Ettrich and the LyX Team
 */
 
 #ifndef LYX_FILETOOL_H
@@ -179,15 +179,9 @@ string const NormalizePath(string const & path);
 /// Strips path from filename
 string const OnlyFilename(string const & fname);
 
-/// Strips filename from path
-string const BasePath(string const & fname);
-
 /// Get the contents of a file as a huge string
 string const GetFileContents(string const & fname);
 
-/// Cleanup a path if necessary. Currently only useful with OS/2
-string const CleanupPath(string const & path);
-
 /** Check and Replace Environmentvariables ${NAME} in Path.
     Replaces all occurences of these, if they are found in the
     environment.
@@ -205,16 +199,4 @@ string const findtexfile(string const & fil, string const & format);
 /// remove the autosave-file and give a Message if it can't be done
 void removeAutosaveFile(string const & filename);
 
-/** Perform some quite detailed tests to ascertain whether the directory or
-    file is readable or writeable. If not, then an error message is returned.
-*/
-///
-bool WriteableDir(string const & dir, string & errorMessage);
-///
-bool ReadableDir(string const & dir, string & errorMessage);
-///
-bool WriteableFile(string const & file, string & errorMessage);
-///
-bool ReadableFile(string const & file, string & errorMessage);
-
 #endif