Read Shared Directory from Windows 10 PC

Hi,

How can I access and read a shared directory/drive from a Windows 10 PC on the same local network?

I’m trying to do so from a tv web app.
Shared directories don’t show up on the emulator. I was wondering if it is the same on the TV too then?

The code below shows the api I’ve used.

tizen.filesystem.listStorages(function(result) {
	console.log((JSON.stringify(result));
		}, function(error) {
		  console.log(JSON.stringify(error));
		});