fix driver root creation
This commit is contained in:
@@ -58,6 +58,9 @@ RageFileDriverDirect::RageFileDriverDirect( CString root_ ):
|
|||||||
{
|
{
|
||||||
if( root.Right(1) != "/" )
|
if( root.Right(1) != "/" )
|
||||||
root += '/';
|
root += '/';
|
||||||
|
|
||||||
|
/* If the root path doesn't exist, create it. */
|
||||||
|
CreateDirectories( root );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user