mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-09-08 01:55:37 -05:00
fix yield path
This commit is contained in:
@@ -152,7 +152,7 @@ public string ExportFile(SFATEntry t, string outpath = null)
|
||||
|
||||
var filepath = Path.Combine(outpath, name);
|
||||
File.WriteAllBytes(filepath, data);
|
||||
return outpath;
|
||||
return filepath;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user