I am working in an application that grapes real time data and stores them inside my project directory as excel sheets inside folders. My output folders are stored under bin\Debug. I click on show All to be able to see them. Is there a way to include these output folders programmatically?
Share
Do you mean including the files in the project ? If so, you can do it by editing the project file. Project file (.csproj) is just a plain text file. First add a file and see how it affects the csproj file. After that you can programatically edit the csproj file to include the files you want.