If you want to use backslashes, be aware that they are special characters in Javascript, so you have to escape them, giving something like "\\\\192.168.10.120\\Shares\\test.txt".
I don't know if the forward slashes work with network shares.
Can you try to map the share with a drive letter, as a workaround?
Cheers,
Joerg