August 25, 200619 yr Newbies 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
February 26, 200718 yr 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...
February 26, 200718 yr 1) What's the file path in question? 2) file:/C:/folder/file.jpg should work on both mac and the other one.
Create an account or sign in to comment