drjeffhdc Posted September 24, 2011 Posted September 24, 2011 I am passing a local variable : $ParamFileName (see screen shot 1) to SCSetContainer that is populated with data ( in this example: /Gator Zone/Users/jhaskel/Desktop/09_08_11HemmittStacie.pdf ) that was passed as a script result from another script. Set Variable [$Result ; Value SCSetContainer( Documents::SuperContainerFolderPathFile ; $ParamFileName ) It is returning the error "folderpath must not be empty". If I hard code with the actual script result in this example: (/GatorZone/Users/jhaskel/Desktop/09_08_11HemmittStacie.pdf ), It works perfectly. You can see in the data viewer (screen shot 2) that $ParamFileName is populated with the correct path. Any ideas. Regards, Jeff
bsg Posted September 25, 2011 Posted September 25, 2011 is GatorZone a network path or a directory on your computer? could try adding a slash to the beginning of the parameter to see if that works //GatorZone/Users/jhaskel/Desktop/09_08_11HemmittStacie.pdf or maybe use FileMaker path: "filewin:\\Gator Zone\Users\jhaskel\Desktop\09_08_11HemmittStacie.pdf"
Recommended Posts
This topic is 4806 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