mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-15 03:08:52 +01:00
CollectionInfoBuilder.cpp edited online with Bitbucket
This commit is contained in:
parent
40b5ce55ce
commit
6d69a454d3
@ -84,7 +84,7 @@ bool CollectionInfoBuilder::CreateCollectionDirectory(std::string name)
|
|||||||
if(mkdir(it->c_str(), 0744) == -1)
|
if(mkdir(it->c_str(), 0744) == -1)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
std::cout << "Could not create folder \"" << *it << "\":" << errno << std::endl:
|
std::cout << "Could not create folder \"" << *it << "\":" << errno << std::endl;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user