Yes, the application sets the values: Here is the code:
Code:
''' <summary>
''' This is the folder where the downloaded part files will be stored.
''' </summary>
''' <remarks></remarks>
Public gstrTempFolder As String = System.IO.Path.Combine(My.Computer.FileSystem.SpecialDirectories.Temp, "DATHeader")
''' <summary>
''' This is the folder where the downloaded part files will be stored.
''' </summary>
''' <remarks>NOT YET USED</remarks>
Public gstrWorkingFolder As String = My.Computer.FileSystem.SpecialDirectories.AllUsersApplicationData
''' <summary>
''' This is the folder where the app needed files are stored.
''' </summary>
''' <remarks></remarks>
Public gstrListsFolder As String = My.Application.Info.DirectoryPath