Hi all!
A newbie question perhaps... :-S
In config of my app I've a path, for example "logs\updater\updater.log" Starting the app, I wanna create the file updater.log, creating all subfolders if they not exists. So, if tomorrow my user changes the path in config to "logs\mypathisbetter\updater.log", my app continues to work, writing log to the new file.
File.Crate, FileInfo.Create, Streamwriter.Create or so: they do that? Or I need to check if folders exists, before? I can't find a clear answer to this question on the net.
Thank you all in advance!
Ciao, Nando