mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix always the first
This commit is contained in:
@@ -139,7 +139,7 @@ namespace SabreTools
|
||||
{
|
||||
// Set local paths and vars
|
||||
_tempDir = Environment.CurrentDirectory + _delim + "temp" + DateTime.Now.ToString("yyyyMMddHHmmss") + _delim;
|
||||
_basePath = (args.Length == 0 ? Environment.CurrentDirectory + _delim : (File.Exists(args[0]) ? args[0] : args[0] + _delim));
|
||||
_basePath = (args.Length == 0 ? Environment.CurrentDirectory + _delim : (File.Exists(path) ? path : path + _delim));
|
||||
_baseExtract = "x -o\"" + _tempDir + "\"";
|
||||
|
||||
// This is where the main loop would go
|
||||
|
||||
Reference in New Issue
Block a user