MCPcopy Create free account
hub / github.com/davisking/dlib / dir_create_error

Class dir_create_error

dlib/misc_api/misc_api_kernel_2.h:55–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53// ----------------------------------------------------------------------------------------
54
55 class dir_create_error : public error
56 {
57 public:
58 dir_create_error(
59 const std::string& dir_name
60 ) :
61 error(EDIR_CREATE,"Error creating directory '" + dir_name + "'."),
62 name(dir_name)
63 {}
64 const std::string& name;
65 };
66
67
68 void create_directory (

Callers 2

create_directoryFunction · 0.70
create_directoryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected