MySQL 8.4.0
Source Code Documentation
stdx::filesystem::impl Namespace Reference

Functions

stdx::expected< void, std::error_code > unlink (const char *path_name)
 
stdx::expected< void, std::error_code > rmdir (const char *path_name)
 
stdx::expected< std::string, std::error_code > getcwd ()
 

Function Documentation

◆ getcwd()

stdx::expected< std::string, std::error_code > stdx::filesystem::impl::getcwd ( )

◆ rmdir()

stdx::expected< void, std::error_code > stdx::filesystem::impl::rmdir ( const char *  path_name)

◆ unlink()

stdx::expected< void, std::error_code > stdx::filesystem::impl::unlink ( const char *  path_name)