A Microsoft platform for building and publishing apps for Windows devices.
Does modifying directory contents affect opened files (UWP)?
Mike
1
Reputation point
I have a UWP application, which opens a directory using FolderPicker and reads / plays the files in this directory. It seems that if the directory is been modified (e.g. more files are copied into it) whilst the program is using it, the program exits. This is only a suspicion as no exception is caught (neither by my handlers nor by AppCenter), it just exits.
Is this a known behaviour?
Developer technologies | Universal Windows Platform (UWP)
Developer technologies | Universal Windows Platform (UWP)
Sign in to answer