| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include "platform/Filesystem.h"#include "utils/StringUtils.h"#include "platform/win32/CharsetConverter.h"#include <Windows.h>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) |