diff --git a/Documentation/User Manual Source/Release Notes Vecto3.x.pdf b/Documentation/User Manual Source/Release Notes Vecto3.x.pdf index 8765f82defcb65a360f8e86d081009f5f4e99941..4978e8b331b6e9bff52951b7268d4dfb52461653 100644 Binary files a/Documentation/User Manual Source/Release Notes Vecto3.x.pdf and b/Documentation/User Manual Source/Release Notes Vecto3.x.pdf differ diff --git a/Documentation/User Manual Source/Release Notes Vecto3.x.pptx b/Documentation/User Manual Source/Release Notes Vecto3.x.pptx index 13700adda10a4142848fad52d0cee1e943adcdfa..3f23f87ccb0fde370b0446bedecfe6bb5e195a02 100644 Binary files a/Documentation/User Manual Source/Release Notes Vecto3.x.pptx and b/Documentation/User Manual Source/Release Notes Vecto3.x.pptx differ diff --git a/VECTO/ApplicationEvents.vb b/VECTO/ApplicationEvents.vb index fd08ae6d9faa17780a7c47fe5eaf0fee7b982f0f..c9665b0d7d4e2edae1dc459bbe7d3c98b23bc097 100644 --- a/VECTO/ApplicationEvents.vb +++ b/VECTO/ApplicationEvents.vb @@ -51,8 +51,8 @@ Namespace My LogFile.WriteToLog(MessageType.Err, "Failed to create directory '" & MyConfPath & "'!") e.Cancel = True End Try - File.Create(MyConfPath & "joblist.txt") - File.Create(MyConfPath & "cyclelist.txt") + File.Create(MyConfPath & "joblist.txt").Close() + File.Create(MyConfPath & "cyclelist.txt").Close() End If If Not Directory.Exists(FileHistoryPath) Then Try