]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaMisc.mli
* safe_remove exported and moved to MatitaMisc
[helm.git] / helm / matita / matitaMisc.mli
index c2cba5903192744d61ba9ec7264d1a297ef84e5b..c5ff2ace68046907b6524b252d0b289d6d06c781 100644 (file)
@@ -23,6 +23,9 @@
  * http://helm.cs.unibo.it/
  *)
 
+(** removes a file if it exists *)
+val safe_remove: string -> unit
+
 val is_dir: string -> bool  (** @return true if file is a directory *)
 val is_regular: string -> bool  (** @return true if file is a regular file *)