Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

FsPath_boost.cpp File Reference

Go to the source code of this file.

Functions

boost::filesystem::path boostPath (const std::string &file)


Function Documentation

boost::filesystem::path boostPath const std::string &  file  )  [inline]
 

Definition at line 20 of file FsPath_boost.cpp.

00021 {
00022 #if BOOST_VERSION < 103100
00023     return boost::filesystem::path(file);
00024 #else
00025     return boost::filesystem::path(file,
00026             boost::filesystem::portable_posix_name);
00027 #endif
00028 }


Generated on Wed Jun 1 09:54:32 2005 for Fish Fillets - Next Generation by  doxygen 1.4.2