S
S
Sergey Karbivnichy2019-02-27 14:24:35
Programming
Sergey Karbivnichy, 2019-02-27 14:24:35

Is there any standard where to store files (temporary files, data, graphics, plugins, etc.) in windows?

There is a program. I plan to add a plugin system (c# dll). Plugins can be downloaded and installed manually or through the bike plugin manager. What folder is best for storing plugins and is there any standard where to store files (temporary files, data, graphics, plugins, etc) in windows?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Adamos, 2019-02-27
@hottabxp

Try to install a modern popular program (at least Chrome, for example) without administrator rights - and see how it scatters its files.
The general principle is not to mix flies and meatballs, that is, do not put executable files (including libraries) and files that the program creates itself in the same folder.
Well, I'm not sure about the standards, but %APPDATA% leads to a very specific directory...

R
res2001, 2019-02-27
@res2001

https://msdn.microsoft.com/en-us/library/windows/d...

K
Konstantin Tsvetkov, 2019-02-27
@tsklab

Temporary files understandable: %Temp%. The rest, for example:5c767eca3aa67245563070.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question