opening file in Photoshop in ObjC

Folks-

The following code works fine in AS but doesn’t fly in ObjC:

the only thing I modified for ObjC is how I set the name:

the concatenated name looks fine when logged in ObjC:

but I get the error:

But, when I paste in the literal path in ObjC it works:

Looks like a coercion problem to me. Any thoughts?

Thanks!

-RL

You need to coerce partialPath to a string somewhere between these two statements.

That worked- Thanks Shane!