
29 Dec
2010
29 Dec
'10
10:53 a.m.
Hi: I'm writing some c++ code (using win32 api functions) and need to ensure that the boost::filesystem::path has a backslash on the end. For example the path: C:\test should beoutput as c:\test\ Does boost::filesystem have a method to ensure this is the case? Cheers Sean.