Open Yupeng-li opened 4 months ago
Good. A few thoughts out of my head:
isExcludedFromBackup()
/ setIsExcludedFromBackup()
.setIsExcludedFromBackup()
should resolve to boolean flag, true
if OS supports that, false
if not (so that it is possible to call it on any OS without error, but there is a way to check whether it actually has effect or not).
Hi there,
We have a scenario to toggle isExcludedFromBackup on iOS to exclude or include a file from/to backup. We think this can be a part of
react-native-fs
, so we added a patch locally to include these two functions.We'd like to submit a PR if you agree. Please let me know your thoughts.