Newbies sujag2100 Posted August 25, 2006 Newbies Posted August 25, 2006 Hello, I have a question about a calculation saved as a container. I have the following calc that works fine on a PC but does nothing on a mac. Any ideal what I need to change for the mac side to work? I have tried smb://, file://, and filemac:// but no luck. If ( Get ( SystemPlatform ) = "-1"; "file://" & uploadlink1 ; "filewin://" & uploadlink1 ) Thanks in advance
Teutonic_Night Posted February 26, 2007 Posted February 26, 2007 Have you tried: filemac:/ I have a tool that imports a file, does a bunch of business logic on the data, and then exports a file with the results. I use Troi File to get the original file path and name, and just append to the original filename for the export. This syntax works for me on a Mac, at least...
Genx Posted February 26, 2007 Posted February 26, 2007 1) What's the file path in question? 2) file:/C:/folder/file.jpg should work on both mac and the other one.
Recommended Posts
This topic is 6541 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