I am pretty sure that the path you specified is not relative.

To make an HFS path relative, it must begin with a colon (:).
{
HFS pathnames consist of colon-separated components. Unlike UNIX pathnames, an 
HFS path which begins with a colon (e.g. :Foo:Bar) is a relative path, and one 
which does not (e.g. Foo:Bar) is an absolute path. As sole exception to this 
rule, a path not containing any colons is assumed to be relative.
}


So, to make a relative path, go up one folder, it would be something like this 
(I think):

:..:path:to:file.jpg

-Tim



**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to