Fix CreateDirectories pulling wrong data from cache. (That should fix
the cache creation problems ...)
This commit is contained in:
@@ -334,6 +334,7 @@ bool CreateDirectories( CString Path )
|
||||
}
|
||||
|
||||
/* Make sure it's a directory. */
|
||||
FlushDirCache();
|
||||
if( !IsADirectory(curpath) )
|
||||
{
|
||||
if( LOG )
|
||||
|
||||
Reference in New Issue
Block a user