explicitly create the cache dir
This commit is contained in:
@@ -9,6 +9,7 @@ SongCacheIndex *SONGINDEX;
|
||||
|
||||
SongCacheIndex::SongCacheIndex()
|
||||
{
|
||||
mkdir("Cache", 0755);
|
||||
CacheIndex.SetPath( "Cache\\index.cache" );
|
||||
ReadCacheIndex();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user