ddinisco Posted September 8, 2005 Posted September 8, 2005 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
kiwiora Posted September 8, 2005 Posted September 8, 2005 try get(desktoppath) i.e set variable ($filename) to get(desktoppath) & "projectschedule.pdf" and then save to $filename
ddinisco Posted September 8, 2005 Author Posted September 8, 2005 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
ddinisco Posted September 9, 2005 Author Posted September 9, 2005 It's always something stupid. Got it. Thanks
Recommended Posts
This topic is 7084 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now