Hi,
I'm doing a WPF application that uses
to store a local xml database. When you use this function, the path returned uses formating
Anyone knows to handle this when changing version number and needing to keep old data?
Thanks!
I'm doing a WPF application that uses
Code:
My.Computer.FileSystem.SpecialDirectories.CurrentUserApplicationData
Code:
String.Format("{0}\{1}\{2}\{3}", basePath, CompanyName, ProductName, ProductVersion)
Thanks!