explicitly create the cache dir

This commit is contained in:
Glenn Maynard
2003-01-19 05:38:19 +00:00
parent d9dd3c00b1
commit c183d4e51a
+1
View File
@@ -9,6 +9,7 @@ SongCacheIndex *SONGINDEX;
SongCacheIndex::SongCacheIndex()
{
mkdir("Cache", 0755);
CacheIndex.SetPath( "Cache\\index.cache" );
ReadCacheIndex();
}