Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- let map_file f file_in file_out =
- BatFile.lines_of file_in
- |> BatEnum.map f
- |> BatFile.write_lines (file_out ^ ".tmp");
- (* (try Sys.remove file_out with _ -> ()); *)
- Sys.remove file_out
- ------------
- Error:
- Sys.error("page.html: Permission denied")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement