mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Move more things, split DatFile finally
This commit is contained in:
@@ -12,11 +12,6 @@ namespace SabreTools.Core
|
||||
{
|
||||
#region Public accessors
|
||||
|
||||
/// <summary>
|
||||
/// Command line arguments passed in to the parent program
|
||||
/// </summary>
|
||||
public static string CommandLineArgs => string.Join(" ", Environment.GetCommandLineArgs());
|
||||
|
||||
/// <summary>
|
||||
/// Directory path for the current executable
|
||||
/// </summary>
|
||||
@@ -43,6 +38,7 @@ namespace SabreTools.Core
|
||||
/// <summary>
|
||||
/// Temporary directory location
|
||||
/// </summary>
|
||||
/// <remarks>TODO: Find a way to get rid of this as a global variable and put it in DatFile</remarks>
|
||||
public static string TempDir { get; set; } = Path.GetTempPath();
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user