FileImport from Mac OS

Hi !we´ve a customized action in our mailtemplate.

In the memo form we use a button ,which import (out of the local file system) a gif into the memo. Now we´ve a mac user and I´ve to change the import command for this user. But I´ve troubles with it, I don´t know the syntax for the import :frowning:

For Windows I used:

@Command([FileImport]; “GIF Image”; “c:\lotus\notes\data/xx.gif”).

For Mac I tried:

@PostedCommand([FileImport]; “GIF Image”; “file:///Library/Application Support/Lotus Notes Data/xx.gif”)

But that´s not the solution :frowning:

Ány hind is welcome :slight_smile:

Stefanie