Hacker News new | ask | show | jobs
by swiley 3562 days ago
Honestly I think not having a global filesystem makes things harder for the "average user." Most college students aren't going to only keep their word documents in word for example, they need to email them and upload them to tools like blackboard.
1 comments

this is why shared storages are also needed, where apps can have a common view of some set of data.
You go via the Save/Load dialogs which give access to a file; apps just aren't given non-permission/user-interaction file enumeration by default except for certain directories https://msdn.microsoft.com/en-gb/windows/uwp/files/file-acce...
Sounds like it's not possible to create a custom file manager, or space visualizer or anything like that?
"System Level Access to All User Data" permission?

Though you can't submit to store with request for that permission: https://msdn.microsoft.com/windows/uwp/packaging/app-capabil...

All user data != All file system.
But then all the data people care about will go there. How is that different from /home/user/ ?
In other words: a global filesystem.