Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
Filesystem.h File Reference
#include <cstdint>
#include <string>
#include <system_error>

Classes

struct  KODI::PLATFORM::FILESYSTEM::space_info
 

Namespaces

namespace  KODI
 
namespace  KODI::PLATFORM
 
namespace  KODI::PLATFORM::FILESYSTEM
 

Functions

space_info KODI::PLATFORM::FILESYSTEM::space (const std::string &path, std::error_code &ec)
 
std::string KODI::PLATFORM::FILESYSTEM::temp_directory_path (std::error_code &ec)
 
std::string KODI::PLATFORM::FILESYSTEM::create_temp_directory (std::error_code &ec)
 
std::string KODI::PLATFORM::FILESYSTEM::temp_file_path (const std::string &suffix, std::error_code &ec)