We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4de38 commit b953a9dCopy full SHA for b953a9d
1 file changed
agent/Modules/MTConnect.NET-AgentModule-MqttRelay/Module.cs
@@ -345,6 +345,7 @@ private static string GetLastSentSequenceFilePath(IAgentApplicationConfiguration
345
{
346
baseDir = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, baseDir);
347
}
348
+ Directory.CreateDirectory(baseDir);
349
return Path.Combine(baseDir, LastSentSequenceFileName);
350
351
0 commit comments