On Thu, Apr 24, 2008 at 11:16 AM, Mohan gupta <mohangupta13@gmail.com> wrote:
the code you mailed me gives a compilation error saying extension() is not a member of scope boost::filesystem .

You need to #include <boost/filesystem.hpp>, or the individual header that actually contains extension.

The provided code compiles for me w/ 1.34.1 under msvc 8.0... After fixing one minor type w/ 'elseif'.

Jon