In a C# 2010 application, I want to place files in dynamic folder structures that I create in the application. I want to create these dynamic locations so we can place data in the dynamic paths based upon customer name. I also wantto place these dynamic paths in the app.config file.
Thus can you tell me if there is a way to point the app.config file to these dynamic paths? If so can you tell me and/or point me to a reference I can use that will help me accomplish this goal?
Loading
dcPosted Aug 31, 2012, 12:05 AM
C://08-30-2012/Customer 1
C://08-30-2012/customer 2
C://08-31-2012/ customer 1
C://08-31-2012/customer 3.
If you can not change the app.config file, how would you change to come up directory path names like I am just displaying?