I have this code
And I went to settings and made a user-scroped string for it and the code does not give me an error but it is also not saving the text file when I click the button.
I thought it would save the text folder where the program is located, if not where do I go to have it set up to a specific folder which I would like to create and have put there named "logs" when install is complete?
Thanks in advance.
Code:
Dim filePath = IO.Path.Combine(My.Settings.FolderPath, DateTimePicker1.Value.ToString("yyyy-MM-dd") & ".txt")
I thought it would save the text folder where the program is located, if not where do I go to have it set up to a specific folder which I would like to create and have put there named "logs" when install is complete?
Thanks in advance.