Special folders

Quick Question.

Is there advantage in using the SpecialFolder.ApplicationData for files we create?

Regards

it is your choise

Yes, since SpecialFolder.ApplicationData will always be available for you to use however you want as a permanent or temporary app storage location, one per application, that never asks you for permission to use it.

1 Like

What OS / OS Version ?

SpecialFolder.ApplicationData is usually not visible to the user. Put user document type files elsewhere and use a save/open dialog for the user to select them.

1 Like