Fix folder path for batch bflim exporting
This commit is contained in:
parent
53b15c1f7b
commit
5e0790ab8e
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -229,7 +229,7 @@ namespace FirstPlugin
|
||||
}
|
||||
if (FileFormat is BFLIM)
|
||||
{
|
||||
((BFLIM)FileFormat).Export(Folder + FileFormat.FileName + Extension);
|
||||
((BFLIM)FileFormat).Export(Path.Combine(Folder, $"{FileFormat.FileName}{Extension}"));
|
||||
}
|
||||
|
||||
FileFormat.Unload();
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user