mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-21 00:25:44 +00:00
Unlinker: Fix wrong name for DirectoryCreate method
This commit is contained in:
parent
508e308bfc
commit
0e91dfc339
@ -125,7 +125,7 @@ int main(const int argc, const char** argv)
|
|||||||
outputFolderPath = ResolveOutputFolderPath("./%zoneName%", zone);
|
outputFolderPath = ResolveOutputFolderPath("./%zoneName%", zone);
|
||||||
}
|
}
|
||||||
|
|
||||||
FileAPI::CreateDirectory(outputFolderPath);
|
FileAPI::DirectoryCreate(outputFolderPath);
|
||||||
|
|
||||||
FileAPI::File zoneDefinitionFile = FileAPI::Open(utils::Path::Combine(outputFolderPath, zone->m_name + ".zone"), FileAPI::Mode::MODE_WRITE);
|
FileAPI::File zoneDefinitionFile = FileAPI::Open(utils::Path::Combine(outputFolderPath, zone->m_name + ".zone"), FileAPI::Mode::MODE_WRITE);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user