「フォルダ内のファイルをすべて開く」の版間の差分

編集の要約なし
編集の要約なし
1行目: 1行目:
フォルダ内のファイルをすべて開きます。
フォルダ内のファイルをすべて開きます。


<source lang="javascript">
<syntaxhighlight lang="javascript">
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
// フォルダ内のファイルをすべて開く
// フォルダ内のファイルをすべて開く
36行目: 36行目:
if (document.FullName == "" && document.Saved)
if (document.FullName == "" && document.Saved)
     document.Close();
     document.Close();
</source>
</syntaxhighlight>
スポンサーリンク