>>data:6343 新規ファイルかどうかの判定 〔10/2(Tue) 12:19〕 かて
// OpenFolder.ppa by じゅうじ, .mac by かて
var
Path : string ;
begin
Path := S_ExpandParameter( '$F' );
if CompareStr( Path, '(無題)' ) = 0
then
S_ExecCommand('explorer /select,"C:\Program Files\sakura\sakura.exe"', 0)
else
S_ExecCommand('explorer /select,"$F"', 0);
end.