mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 13:48:57 +08:00
(ArchiveFormat): CreateFile and CreatePath methods moved to PhysicalFileSystem.
This commit is contained in:
@@ -55,7 +55,7 @@ namespace GARbro.GUI
|
||||
protected Stream CreateNewFile (string filename, bool create_path = false)
|
||||
{
|
||||
if (create_path)
|
||||
filename = GameRes.ArchiveFormat.CreatePath (filename);
|
||||
filename = GameRes.PhysicalFileSystem.CreatePath (filename);
|
||||
FileMode open_mode = FileMode.CreateNew;
|
||||
if (m_duplicate_action.ApplyToAll &&
|
||||
m_duplicate_action.Action == ExistingFileAction.Overwrite)
|
||||
|
||||
Reference in New Issue
Block a user