isClipboardFormatAvailable(Ver2.11対応版)
IndexScriptGlobal method− isClipboardFormatAvailable

isClipboardFormatAvailable( num or str )
Returns whether the content copied to the clipboard is valid. (V1.46)
パラメータ1(数値型または文字列型)
Specify the clipboard format number with num or the clipboard format string with str.
Typical values are as follows.
Text: 13
File or folder (where there is a path): 15
File or folder (with or without path): "Shell IDList Array"

返り値(数値型)
有効な場合は0以外、無効な場合は0が返ります。