Windows network uri failed to load, for example "\\192.168.31.68\Photos\sample.jpeg"
The test results are as follows:
"\\192.168.31.68\Photos\sample.jpeg".toUri().filePath.toPath() reports FileNotFoundException
"\\192.168.31.68\Photos\sample.jpeg".toUri().path.toPath() reports FileNotFoundException
"\\192.168.31.68\Photos\sample.jpeg".toUri().toString().toPath() can be loaded