fix yield path

This commit is contained in:
Kurt
2018-01-01 00:54:25 -08:00
parent 775955af99
commit 13a06a0651

View File

@@ -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>