Datheader downloading files to prog folder


Re: Datheader downloading files to prog folder
#8
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
Reply
« Next Oldest | Next Newest »



Messages In This Thread
Re: Datheader downloading files to prog folder - by Michael Heidemann - 2016-02-20, 11:24

Forum Jump:


Users browsing this thread: 1 Guest(s)