|
Try< DWORD > | get_file_attributes (const std::wstring &path) |
|
std::wstring | longpath (const std::string &path) |
|
std::wstring | longpath (const std::wstring &path) |
|
Try< bool > | reparse_point_attribute_set (const std::wstring &absolute_path) |
|
Try< SymbolicLink > | build_symbolic_link (const REPARSE_DATA_BUFFER &data) |
|
Try< SharedHandle > | get_handle_follow (const std::string &absolute_path) |
|
Try< SharedHandle > | get_handle_no_follow (const std::string &absolute_path) |
|
Try< SymbolicLink > | get_symbolic_link_data (const HANDLE handle) |
|
Try< Nothing > | create_symbolic_link (const std::string &target, const std::string &reparse_point) |
|
Result< std::string > | fullpath (const std::string &path) |
|
Try< SymbolicLink > | query_symbolic_link_data (const std::string &path) |
|
Try< Nothing > | wait_on_delete (const std::string &path) |
|
Option< std::map< std::wstring,
std::wstring > > | get_system_env () |
|
Option< std::wstring > | create_process_env (const Option< std::map< std::string, std::string >> &env) |
|
std::wstring | stringify_args (const std::vector< std::string > &argv) |
|
Try< ProcessData > | create_process (const std::string &command, const std::vector< std::string > &argv, const Option< std::map< std::string, std::string >> &environment, const bool create_suspended=false, const Option< std::tuple< int_fd, int_fd, int_fd >> pipes=None()) |
|