summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/filesystem.h
AgeCommit message (Expand)Author
2012-06-23Remove unused pbd/filesystem.h/ccTim Mayberry
2012-06-23Remove unused PBD:sys::create_directory/ies functionsTim Mayberry
2012-06-23Remove PBD::sys::is_directory and use Glib equivalentTim Mayberry
2012-06-23Remove unused PBD::sys::exists functionTim Mayberry
2012-06-23Remove unused method PBD::sys::path::leafTim Mayberry
2012-06-23Remove unused method PBD::sys::path::branch_pathTim Mayberry
2012-06-23Remove unused function PBD::sys::renameTim Mayberry
2012-06-23Remove unused function PBD::sys::removeTim Mayberry
2012-06-23Remove unused function PBD::sys::basenameTim Mayberry
2012-06-23Remove unused function PBD::sys::extensionTim Mayberry
2012-06-23Move file utility function into pbd/file_utils.h and into PBD namespaceTim Mayberry
2012-06-23Make PBD::sys::exists_and_writable take a string instead of sys::pathTim Mayberry
2012-06-23Move three file utility functions from pbd/filesystem.h to pbd/file_utils.hTim Mayberry
2012-06-23Change PBD::sys::get_absolute_path to take and return a std::stringTim Mayberry
2012-06-23Move docs for PBD::sys::get_absolute_path into headerTim Mayberry
2012-06-23Move doc for PBD::sys::path_is_within to headerTim Mayberry
2012-06-23Change PBD::sys::path_is_within to take string params and use GlibTim Mayberry
2012-06-23Add docs for PBD::sys::equivalent_pathsTim Mayberry
2012-06-23Rename PBD::sys::inodes_same to equivalent_pathsTim Mayberry
2012-06-23Move PBD::sys::copy_file/s into pbd/file_utils.h and PBD:: namespaceTim Mayberry
2012-06-23Use giomm in PBD::sys::copy_file and change function signatureTim Mayberry
2012-05-28Add path_is_within to decide if a path is within a givenCarl Hetherington
2011-12-11Save templates as directories with plugin state, ifCarl Hetherington
2011-10-22Add function to recover a full path from something like '.'Carl Hetherington
2011-04-09add PBD::sys::path::exists_and_writable() method to help replace access(2)Paul Davis
2009-05-12Remove most using declarations from header files.Carl Hetherington
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-09Add function sys::rename to pbd/filesystem.h/cc. Renames a file, uses g_rename.Tim Mayberry
2007-09-04Add PBD::sys::operator/ to pbd/filesystem for convenient path buildingTim 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 some documentation regarding the PBD::sys namespace and my justifications...Tim 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