March 19, 201411 yr Database contains a container field. I want a script that exports the field content to a desktop folder as a jpeg. I have this working on my test machine just fine. However, if I go to another machine on the network it won't work because it's trying to look for the folder on the desktop of the machine I created the script on. So how do I set the file path so that a new folder will be created on the desktop of the logged in user regardless of the machine they use? This is the relative filepath I'm using: filewin:/C:/Users/sjhmcgivernj1/Desktop/S6 as S1 or S3/$test1.jpg Thanks John
March 19, 201411 yr use Get(DesktopPath) to construct the path & filename for the exported file, set that whole path in a variable and use only the variable in the Export script step
Create an account or sign in to comment