recursively create all parent directories if they do not exist on Windows
This commit is contained in:
parent
4965674b35
commit
93b32226e6
@ -352,7 +352,7 @@ void windowsFile::createDirectoryImpl(const vmime::utility::file::path& fullPath
|
|||||||
{
|
{
|
||||||
const vmime::string nativePath = windowsFileSystemFactory::pathToStringImpl(path);
|
const vmime::string nativePath = windowsFileSystemFactory::pathToStringImpl(path);
|
||||||
|
|
||||||
windowsFile tmp(fullPath);
|
windowsFile tmp(path);
|
||||||
if (tmp.isDirectory())
|
if (tmp.isDirectory())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user