Skip to content

Commit

Permalink
recursively create all parent directories if they do not exist on Win…
Browse files Browse the repository at this point in the history
…dows
  • Loading branch information
xh committed Apr 15, 2014
1 parent 4965674 commit 93b3222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vmime/platforms/windows/windowsFile.cpp
Expand Up @@ -352,7 +352,7 @@ void windowsFile::createDirectoryImpl(const vmime::utility::file::path& fullPath
{
const vmime::string nativePath = windowsFileSystemFactory::pathToStringImpl(path);

windowsFile tmp(fullPath);
windowsFile tmp(path);
if (tmp.isDirectory())
return;

Expand Down

0 comments on commit 93b3222

Please sign in to comment.