The local file always does not exist at startup #8090
-
I need to check for the existence of some local files in
|
Beta Was this translation helpful? Give feedback.
Answered by
jeromelaban
Feb 14, 2022
Replies: 1 comment 1 reply
-
Local files are "restored" by IDBFS automatically some time after the application startup. You need to await any method from the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Daoting
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Local files are "restored" by IDBFS automatically some time after the application startup. You need to await any method from the
StorageFolder
class first to access the files. See this page for more details.