LightWavePluginめも

Plugin実行時のPluginのフルパスを取得する方法
=====================================================================

char plugin_path[ _MAX_PATH];
GetModuleFileName( GetModuleHandle(“FORPlugin8.p”), plugin_path, _MAX_PATH );
=====================================================================
これでplugin_pathにC:\\~~~\FORPlugin8.pというPluginのフルパスが入る(*´ェ`)