Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

On my Mac, I have the following import script:

 

$FilePath captures a 360Works plugin file path and looks like this:

Set Variable [$FilePath; Value:SelectFile]  It works

 

post-72145-0-40221300-1359412811_thumb.j

 

The filename has within it the version of the program.  For example, LM889.fmp12 would represent version .889

 

When I pick a long filename (like LM889 really stupidly long file name.fmp12) the code produces a 803 error and fails to import (Even though the variable $$Path looks to be correctly constructed?)

 

803 error is "File is Single User or Host can not be found"

 

Well, it IS SINGLE USER so what is that about?

 

Here is the construction of the $$Path

 

post-72145-0-63021400-1359413017_thumb.j

 

I have been messing around with this for 1 1/2 days and apparently there is something I can't see.  If you can see the problem, I surely would appreciate your thoughts.

 

Thank you

 

Ron

 

 

Posted

Well, for starters, you have two "/" between Macintosh and User in $$path.

Posted

... and that was only part of the problem!  I am surprised it worked at all.

 

I needed to 'get' that FM, for both Mac and Windows needs a prefix of WInfile:, MacFile, and all the path separaters in both platforms (as far as FM is concerned) should be /.

This topic is 4313 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.