How can I save a mesh/file in XML format to a directory I am not currently in?
I understand I can save a mesh in xml format as follows...
mesh_file = File("mesh.xml")
mesh_file << mesh
but I'd like to save it in another directory, not the current one.