Question

Is "Environment.SpecialFolder.ApplicationData" suitable for storing an NLog log file in a Clickonce WPF application running under .net client profile?

Needs to support XP upwards.

Thanks

[Update] In case it helps, I've blogged about using NLog with WPF here

Was it helpful?

Solution

I would think it would be, as long as you are consistent in your code.

I would probably put it in a subfolder named after my application, just to keep it tidy.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top