PCLStorage
PCLStorage copied to clipboard
How to remove the version number as a folder from the path generated in PC?
I have been using PCLStorage in my application, it works fine but the thing is i cannot access the data as i change my application version number, the path also changes. I am storing my application data using this
IFolder rootFolder= FileSystem.Current.LocalStorage;
this return ..\AppData\Local\CompanyName\AppName\VersionNumber as path but once i change version number access to my previous version data is not possible. Could you please suggest me what to do or guide me through it? However I would like to do this on PCL level.