mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] One utility class now
This commit is contained in:
@@ -86,7 +86,7 @@ namespace SabreTools.Library.Tools
|
||||
|
||||
try
|
||||
{
|
||||
FileStream logfile = FileTools.TryCreate(Path.Combine(_basepath, _filename));
|
||||
FileStream logfile = Utilities.TryCreate(Path.Combine(_basepath, _filename));
|
||||
_log = new StreamWriter(logfile, Encoding.UTF8, (int)(4 * Constants.KibiByte), true);
|
||||
_log.AutoFlush = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user