Skip to main content
Inspiring
August 5, 2016
Question

Drive Mapping for image link

  • August 5, 2016
  • 0 replies
  • 154 views

If I map a drive letter (Z) to an IP address on the server running InDesign server the following works...

var myOutputFolder = "Z:/Output/"

How do I refer to this same destination using its IP address?

Z: 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?

This topic has been closed for replies.