XTL  0.1
eXtended Template Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
filesystem.hpp File Reference

handle necessary filesystem and path functionality until C++17 is finalized More...

+ Include dependency graph for filesystem.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  xtd::filesystem::path
 
class  xtd::filesystem::_::path_adder< typename, typename >
 
class  xtd::filesystem::_::path_adder< _ValueT, const _Ch2 * >
 
class  xtd::filesystem::_::path_adder< _ValueT, const _Ch2(&)[_Dims]>
 
class  xtd::filesystem::_::path_adder< _ValueT, const path & >
 
class  xtd::filesystem::_::path_adder< _ValueT, const xtd::xstring< _ValueT > & >
 
class  xtd::filesystem::path_base
 

Namespaces

 xtd
 The main namespace of the XTL library.
 

Functions

static bool xtd::filesystem::exists (const path &oPath)
 
static size_t xtd::filesystem::file_size (const path &oPath)
 
static path xtd::filesystem::home_directory_path ()
 
bool xtd::filesystem::remove (const path &oPath)
 
path xtd::filesystem::temp_directory_path ()
 

Detailed Description

handle necessary filesystem and path functionality until C++17 is finalized

Definition in file filesystem.hpp.