This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Import SVG Files as Layers - Illustrator CS3 script | |
// Description: Imports a folder of SVG files as named layers into a new document | |
// Author: Robert Moggach ([email protected]) | |
// Version: 0.0.1 on 2014-05-29 | |
function getFolder() { | |
return Folder.selectDialog('Please select the folder to be imported:', Folder('~')); | |
} |