I was wondering what file structure do the rest of you use for your application files.
I usually have it so that my frontend gets installed into
C:\Program Files\MyAppName \
However I don't always feel it is the appropriate place for such things as exported pdfs or excel files, or temp files.
I haven't really been consistent in this matter, and its often a matter of how the security is set up at the client. I had one client where I couldn't have my installer place anything in C:\Programs Files\, but I could make my own C:\My Program Files\ and then place my frontent directory into that.
For external files I have often used something like
C:\AppNameWorkF older\
Recently I started considering %AppData%\MyApp Name and/or %temp%\MyAppNam e for temporary files. Another possibility could be the Documents folder.
I feel rather contempt with my frontend storage, but its really the placement of "other" files where I don't feel I have found the optimal/Best practice solution.
I usually have it so that my frontend gets installed into
C:\Program Files\MyAppName \
However I don't always feel it is the appropriate place for such things as exported pdfs or excel files, or temp files.
I haven't really been consistent in this matter, and its often a matter of how the security is set up at the client. I had one client where I couldn't have my installer place anything in C:\Programs Files\, but I could make my own C:\My Program Files\ and then place my frontent directory into that.
For external files I have often used something like
C:\AppNameWorkF older\
Recently I started considering %AppData%\MyApp Name and/or %temp%\MyAppNam e for temporary files. Another possibility could be the Documents folder.
I feel rather contempt with my frontend storage, but its really the placement of "other" files where I don't feel I have found the optimal/Best practice solution.
Comment