Files: Unable to access system folders such as Appdata

Created on 13 Jul 2020  路  9Comments  路  Source: files-community/Files

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:

  1. Click the address bar
  2. Type the full path or %path%
  3. Error presented

Expected behavior
Files UWP should open the directory.

Screenshots
https://i.imgur.com/cNCmZnq.jpg

Desktop (please complete the following information):

  • OS Version: [e.g. Windows 10 10.0.19041 Build 19041]
  • App version: [v0.12.0]
bug triage approved

All 9 comments

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.

Was this page helpful?
0 / 5 - 0 ratings