|
@@ -35,7 +35,8 @@ namespace InABox.Avalonia
|
|
|
|
|
|
var filename = $"{DateTime.Today:yyyy-MMM-dd}.prsmobile";
|
|
|
_logfilenameincludingpath = Path.Combine(libraryPath, filename);
|
|
|
-
|
|
|
+
|
|
|
+ Directory.CreateDirectory(libraryPath);
|
|
|
var files = Directory.GetFiles(libraryPath, "*.prsmobile");
|
|
|
foreach (var file in files)
|
|
|
{
|