]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaMisc.ml
matitamake is integrated with matita
[helm.git] / helm / matita / matitaMisc.ml
index 53d7bd3173f7c672abc146ec9e3e065f6cdcf2bc..c0277ea46c8c62d89872ea59c1998603f8eb2e9b 100644 (file)
@@ -51,6 +51,10 @@ let output_file data file =
   output_string oc data;
   close_out oc
 
+
+let absolute_path file =
+  if file.[0] = '/' then file else Unix.getcwd () ^ "/" ^ file
+  
 let is_proof_script fname = true  (** TODO Zack *)
 let is_proof_object fname = true  (** TODO Zack *)