Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Done
-
None
-
None
Description
We currently represent a filename or path in several different ways, and have to do several different conversions as a result. Sometimes it's a char *, sometimes it's a string, sometimes it's a boost::filename::path. We should standardize this for sanity's sake. Since we use boost::filesystem a lot, I suggest boost::filesystem::path.