コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

【Illustrator】スクリプトが存在するフォルダの絶対パスを取得する方法

概要

var currentScript = File($.fileName);
var absolutePath = currentScript.path;