Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::PLATFORM::FILESYSTEM Namespace Reference

Classes

struct  space_info
 

Functions

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

Function Documentation

◆ create_temp_directory()

std::string KODI::PLATFORM::FILESYSTEM::create_temp_directory ( std::error_code & ec)

◆ space()

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

◆ temp_directory_path()

std::string KODI::PLATFORM::FILESYSTEM::temp_directory_path ( std::error_code & ec)

◆ temp_file_path()

std::string KODI::PLATFORM::FILESYSTEM::temp_file_path ( const std::string & suffix,
std::error_code & ec )