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