How should I do to access other folders by RNFS.exists()? #10522
|
I use react-native-webview in my react-native-windows project.
|
Answered by
chrisglein
Sep 12, 2022
Replies: 1 comment 1 reply
|
The capability of "broadFileSystemAccess" is a restricted capability that I don't believe most apps can attain. UWP apps are expected to work in a tighter container than that. So generally, you won't have access to the entire file system. What is your scenario? |
1 reply
Answer selected by
gangli66
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The capability of "broadFileSystemAccess" is a restricted capability that I don't believe most apps can attain. UWP apps are expected to work in a tighter container than that. So generally, you won't have access to the entire file system.
What is your scenario?