fix driver root creation

This commit is contained in:
Glenn Maynard
2004-04-17 22:37:40 +00:00
parent 3f63f6c60e
commit f7b18deff3
+3
View File
@@ -58,6 +58,9 @@ RageFileDriverDirect::RageFileDriverDirect( CString root_ ):
{
if( root.Right(1) != "/" )
root += '/';
/* If the root path doesn't exist, create it. */
CreateDirectories( root );
}