I often notice that they use search paths in different ways, but how do they differ (that is, work for different operating systems in some different way or what)?
What's the difference between
string environmentVariable = Environment.GetEnvironmentVariable("temp"); or simply
string environmentVariable = Path.GetTempPath(); As well as interested in:
Console application and Windows Forms from .Net 2.0 work on all OS? : Starting from XP and ending with Win 10 ?!