mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add Batch Feature (#28)
* Checkpoint Batch input * Fix and enable Batch * Add overwrite to write * 1G1R and better help text * Add set header value * Implement internal split/merge * Implement description to name * Add field removal * Implement ORPG * Implement scene date strip * Read me * Better wording * Slight re-format based on re-reading * Add note at top here too
This commit is contained in:
@@ -165,7 +165,7 @@ namespace SabreTools.Library.IO
|
||||
List<ParentablePath> outputs = new List<ParentablePath>();
|
||||
for (int i = 0; i < inputs.Count; i++)
|
||||
{
|
||||
string input = inputs[i];
|
||||
string input = inputs[i].Trim('"');
|
||||
|
||||
// If we have a null or empty path
|
||||
if (string.IsNullOrEmpty(input))
|
||||
|
||||
Reference in New Issue
Block a user