How to get all sub folders and its files - UWP

前端 未结 2 1689
清歌不尽
清歌不尽 2021-01-23 00:59

I have a fixed folder in desktop called student_names. it contains sub folders and each sub folders contains its files. Now I want to store those sub folders and its correspondi

2条回答
  •  孤独总比滥情好
    2021-01-23 01:13

    Unfortunately, that may not be possible. It's been a while since I last worked on UWP apps, but it was not possible to access file system outside a few designated folders (e.g., app folder and a few other special folders like Document, Music, Picture, etc., if your app declares proper permissions). You cannot access folders on Desktop or C:\ folder in general.

提交回复
热议问题