I am new to Windows 10 IoT for Raspberry Pi. I try to access a Network Share and save a file but so far i had no luck. I tried hours and was searching the web but could not find a solution. Maybe someone did it already Would be very happy for help Thomas
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
As far as I know, this is not natively supported by Windows IoT.
The closest term I can think of is KnownFolders, but network shared folders don't seem to be included.
However, the workaround you can try is using FilePicker, when browsing the filer, type the network shared folder address in the address far, see if you will get any AccessViolation exception when reading/writing files.
Update, FilePicker does not seem to work either!
Also, I've tried node.js to access network shared smb files, still does not work with Windows IoT.
So far, the answer seems impossible to me.