Rella
Rella

Reputation: 66995

How to turn 'const boost::filesystem2::path' into 'const char *'?

How to turn 'const boost::filesystem2::path' into 'const char *'?

Upvotes: 8

Views: 4958

Answers (1)

genpfault
genpfault

Reputation: 52164

Try using path::string().c_str()

Upvotes: 15

Related Questions