summaryrefslogtreecommitdiff
path: root/libs/pbd/filesystem.cc
AgeCommit message (Expand)Author
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2007-09-09If sys::copy_file fails, try and remove the target file before throwing an ex...Tim Mayberry
2007-09-09Add function sys::rename to pbd/filesystem.h/cc. Renames a file, uses g_rename.Tim Mayberry
2007-09-04Use path::leaf in sys::basename and sys::extensionTim Mayberry
2007-09-04Add path::leaf method function to the PBD::sys::path classTim Mayberry
2007-09-04Add PBD::sys::extension for getting the filename extension of a fileTim Mayberry
2007-09-04Modify PBD::sys::basename to match boost::filesystem behaviour and document it.Tim Mayberry
2007-09-04Add path::branch_path to the PBD::sys::path classTim Mayberry
2007-09-04Add function PBD::sys::copy_file intended to replace PBD::copy_fileTim Mayberry
2007-09-04Add function PBD::sys::remove as a wrapper to g_unlinkTim Mayberry
2007-05-19When loading sessions, create any missing session directories rather than thr...Tim Mayberry
2007-05-18Add PBD::sys::path class that has a similar API to boost::filesystem::path bu...Tim Mayberry