let rc_file = let f = Filename.concat home ".ocamlcvsrc" in ( try ignore (Unix.stat f) with Unix.Unix_error _ -> create_file f ); ref f