Functions | |
| object | raw_open (char const *name, value mode, value permissions) |
| string | canonical (std::string const &path) |
| boost::filesystem::path | canonicalize (boost::filesystem::path in) |
| void | move (std::string const &source, std::string const &target) |
| void | remove (std::string const &target) |
| void | touch (std::string const &path, object mtime) |
| void | make_directory (std::string const &target) |
| void | remove_directory (std::string const &target) |
| string | working_directory () |
| void | change_working_directory (std::string const &path) |
| string | owner (std::string const &path) |
| void | change_owner (std::string const &path, std::string owner) |
| string | read_link (std::string const &link) |
| void | link (std::string const &source, std::string const &target) |
| void | hard_link (std::string const &source, std::string const &target) |
| bool | exists (std::string const &path) |
| bool | is_file (std::string const &path) |
| bool | is_directory (std::string const &path) |
| bool | is_link (std::string const &path) |
| bool | is_readable (std::string const &path) |
| bool | is_writeable (std::string const &path) |
| double | size (std::string const &file) |
| value | last_modified (std::string const &path) |
| bool | same (std::string const &source, std::string const &target) |
| array | list (std::string const &path) |
| object | iterate (std::string const &path) |
| string flusspferd::io::fs_base::canonical | ( | std::string const & | path | ) |
| boost::filesystem::path flusspferd::io::fs_base::canonicalize | ( | boost::filesystem::path | in | ) |
| void flusspferd::io::fs_base::change_owner | ( | std::string const & | path, | |
| std::string | owner | |||
| ) |
| void flusspferd::io::fs_base::change_working_directory | ( | std::string const & | path | ) |
| bool flusspferd::io::fs_base::exists | ( | std::string const & | path | ) |
| void flusspferd::io::fs_base::hard_link | ( | std::string const & | source, | |
| std::string const & | target | |||
| ) |
| bool flusspferd::io::fs_base::is_directory | ( | std::string const & | path | ) |
| bool flusspferd::io::fs_base::is_file | ( | std::string const & | path | ) |
| bool flusspferd::io::fs_base::is_link | ( | std::string const & | path | ) |
| bool flusspferd::io::fs_base::is_readable | ( | std::string const & | path | ) |
| bool flusspferd::io::fs_base::is_writeable | ( | std::string const & | path | ) |
| object flusspferd::io::fs_base::iterate | ( | std::string const & | path | ) |
| value flusspferd::io::fs_base::last_modified | ( | std::string const & | path | ) |
| void flusspferd::io::fs_base::link | ( | std::string const & | source, | |
| std::string const & | target | |||
| ) |
| array flusspferd::io::fs_base::list | ( | std::string const & | path | ) |
| void flusspferd::io::fs_base::make_directory | ( | std::string const & | target | ) |
| void flusspferd::io::fs_base::move | ( | std::string const & | source, | |
| std::string const & | target | |||
| ) |
| string flusspferd::io::fs_base::owner | ( | std::string const & | path | ) |
| object flusspferd::io::fs_base::raw_open | ( | char const * | name, | |
| value | mode, | |||
| value | permissions | |||
| ) |
| string flusspferd::io::fs_base::read_link | ( | std::string const & | link | ) |
| void flusspferd::io::fs_base::remove | ( | std::string const & | target | ) |
| void flusspferd::io::fs_base::remove_directory | ( | std::string const & | target | ) |
| bool flusspferd::io::fs_base::same | ( | std::string const & | source, | |
| std::string const & | target | |||
| ) |
| double flusspferd::io::fs_base::size | ( | std::string const & | file | ) |
| void flusspferd::io::fs_base::touch | ( | std::string const & | path, | |
| object | mtime | |||
| ) |
| string flusspferd::io::fs_base::working_directory | ( | ) |
Contact us at team -AT- flusspferd -DOT- org or as described on our homepage.
Generated on Thu Feb 4 23:05:24 2010 for Flusspferd by
1.6.1