[RawFiles] Fix dumpraw command for files with spaces
This commit is contained in:
parent
38ee6780c5
commit
ba733608f5
@ -29,7 +29,7 @@ namespace Components
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
FileSystem::File file(params[1]);
|
FileSystem::File file(params.Join(1));
|
||||||
if (file.Exists())
|
if (file.Exists())
|
||||||
{
|
{
|
||||||
Utils::IO::WriteFile("raw/" + file.GetName(), file.GetBuffer());
|
Utils::IO::WriteFile("raw/" + file.GetName(), file.GetBuffer());
|
||||||
|
Loading…
Reference in New Issue
Block a user