Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 6541 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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

  • 6 months later...
Posted

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...

Posted

1) What's the file path in question?

2) file:/C:/folder/file.jpg should work on both mac and the other one.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.