Hi.
I really tried to google and also used the search function here, but I didn't find anything helpful.
I have a svg-file I want to open. It's path is '/Volumes/data/dsgn/files/.../n.svg'
When I have a new document and 'File > Place' this file it is imported everything is working fine.
After having a short look at the reference I thougt a script like
// JavaScript Document
var file = new File('/Volumes/data/dsgn/files/.../n.svg');
var item = document.place(file);
would do the same. Unfortunately it is not. Can some perhaps tell me what this script has to look like to import my svg-file?