Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to remove the version number as a folder from the path generated in PC? #52

Open
thechandanbhagat opened this issue Oct 21, 2016 · 0 comments

Comments

@thechandanbhagat
Copy link

thechandanbhagat commented Oct 21, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant