Skip to content
Snippets Groups Projects
Commit 76674bcd authored by psainvit's avatar psainvit
Browse files

TSU-4246 GENERAL_Cannot report bug inside Tsunami

parent 6476f69c
No related branches found
No related tags found
1 merge request!1248TSU-4180 Settings_Explore .tsu file structure not workingTSU-4144 AM_Levelling...
...@@ -212,6 +212,7 @@ namespace TSU.IO ...@@ -212,6 +212,7 @@ namespace TSU.IO
// create a folder // create a folder
int length = Math.Min(textInput.Length, 10); int length = Math.Min(textInput.Length, 10);
string textInput10 = textInput.Substring(0, length); string textInput10 = textInput.Substring(0, length);
textInput10 = textInput10.Replace(' ', '_');
string folder = Tsunami2.Preferences.Values.Paths.MeasureOfTheDay + "JIRA\\" + T.Conversions.Date.ToDateUpSideDown(DateTime.Now) + "_" + type + "_" + textInput10; string folder = Tsunami2.Preferences.Values.Paths.MeasureOfTheDay + "JIRA\\" + T.Conversions.Date.ToDateUpSideDown(DateTime.Now) + "_" + type + "_" + textInput10;
Directory.CreateDirectory(folder); Directory.CreateDirectory(folder);
return folder; return folder;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment