mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Use simpler names for archive Write methods
This commit is contained in:
@@ -60,7 +60,7 @@ namespace SabreTools.FileTypes
|
||||
/// <param name="outDir">Output directory to build to</param>
|
||||
/// <param name="baseFile">BaseFile representing the new information</param>
|
||||
/// <returns>True if the write was a success, false otherwise</returns>
|
||||
bool Write(string inputFile, string outDir, BaseFile? baseFile);
|
||||
bool Write(string file, string outDir, BaseFile? baseFile);
|
||||
|
||||
/// <summary>
|
||||
/// Write an input stream to an output folder
|
||||
|
||||
Reference in New Issue
Block a user