How should I do to access other folders by RNFS.exists()? #10522
-
I use react-native-webview in my react-native-windows project.
|
Beta Was this translation helpful? Give feedback.
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? |
Beta Was this translation helpful? Give feedback.
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?