Hello,
If I map a drive letter (H) to an IP address on the server running InDesign server the following works...
var myOutputFolder = "H:/Output/"
How do I refer to this same destination using its IP address?
H: is a mapped to \\10.19.251.214\Server
I have tried to refer to this folder as...
var myOutputFolder = "//10.19.251.214/Server/Output"
But get errors. What is the correct way to refer to a folder using an IP address?
Thanks
Simon Kemp