Skip to content

Commit

Permalink
update filename
Browse files Browse the repository at this point in the history
  • Loading branch information
randolfly committed Oct 30, 2024
1 parent 5313d3e commit de6831c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TwincatToolbox/Models/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public string FileFullName
get
{
var datetime = DateTime.Now;
var fileName = FileName + "_" + datetime.ToString("yyyyMMddHHmmss");
var fileName = FileName + "_" + Period + "ms"+ "_" + datetime.ToString("yyyyMMddHHmmss") ;
return Path.Combine(FolderName, fileName);
}
}
Expand Down

0 comments on commit de6831c

Please sign in to comment.