Skip to content

Commit

Permalink
Move temp file to folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Timthreetwelve committed Aug 30, 2022
1 parent 1ef6efc commit 30c4541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HWiNFOVSBViewer/NLHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private static string CreateFilename()

// combine temp folder with filename
string tempdir = Path.GetTempPath();
return Path.Combine(tempdir, filename);
return Path.Combine(tempdir, "T_K", filename);
}
#endregion Create a filename in the temp folder

Expand Down

0 comments on commit 30c4541

Please sign in to comment.