19 Jul
2003
19 Jul
'03
6:11 p.m.
Hello! This is my problem: I have an std::string contains something like C:\Test\Media\Cloud.dds. Now i want to extract the Cloud.dds. This is, what i have tried: fs::path temp(Name, fs::native); fs::directory_iterator dir_itr(temp); Name = dir_itr->leaf(); Where is my error? This code throughs an exception. Thanks, Christian Gmeiner