because we just created things that didn't exist before; if "x/" doesn't

exist, you look up "x/*", then create "x/" and "x/y", looking up "x/*"
again may return a cached empty result (or it may not, but best to be
safe)
This commit is contained in:
Glenn Maynard
2006-09-21 06:38:00 +00:00
parent 9cbbda42e4
commit 9695b7bb50
-1
View File
@@ -909,7 +909,6 @@ bool Profile::SaveAllToDir( RString sDir, bool bSignData ) const
FILEMAN->CreateDir( sDir + EDIT_COURSES_SUBDIR );
FILEMAN->CreateDir( sDir + SCREENSHOTS_SUBDIR );
// XXX: Why do we need to flush here?
FILEMAN->FlushDirCache( sDir );
return bSaved;