Describe the bug
Files UWP is unable to reach system folders like "Appdata". It returns this error "Invalid Item: The item referenced is either invalid or inaccessible.
Message: Values does not fall within the expected range
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Files UWP should open the directory.
Screenshots
https://i.imgur.com/cNCmZnq.jpg
Desktop (please complete the following information):
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.97. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
@ducky710 Files UWP doesn't support hidden folders yet.
Also there are permission issues on AppData (if you type the path you'll get AccessDenied).
For this particular case, typing "C:\Users\USER\AppData\Local" works while "%LocalAppData%" won't.
Also there are permission issues on AppData (if you type the path you'll get AccessDenied).
For this particular case, typing "C:\Users\USER\AppData\Local" works while "%LocalAppData%" won't.
That's because of environment variables weren't supported before, it works now.
Duplicate of #177.
@soumyamahunt It's not a duplicate since this a bug report and that's a feature request.
any updates about this bug after certain changes to the path bar?
@XPoppyX Support for folders like AppData has not been added yet.
Merging with #2303.