Rella
Rella

Reputation: 66935

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

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

Upvotes: 8

Views: 4951

Answers (1)

genpfault
genpfault

Reputation: 52093

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

Upvotes: 15

Related Questions