September 8, 200520 yr I am trying without success to save a PDF to a relative path on the mac. Every time I try I get the disk in locked error, but if I give it a direct path it works fine. In the script step before the path I am setting a variable as the username, which of course is my computer username. file: ../Users/$$username/Desktop/ProjectSchedule.pdf What am I doing wrong? Thanks
September 8, 200520 yr try get(desktoppath) i.e set variable ($filename) to get(desktoppath) & "projectschedule.pdf" and then save to $filename
September 8, 200520 yr Author When I Get (DesktopPath) the result is ? Even when I create a field calc that is just Get (DesktopPath). Any reason that it is not showing me MacHD/David/Desktop? Thanks David
Create an account or sign in to comment