type

種  類 プロパティ(R/W)
書  式
fileRef.type

解  説
ファイルタイプを返します。TEXTなどファイルタイプを示す文字を返します。

コード
fRef = fileGetDialog("Select","TEXT txt");
alert(fRef.type);


■サンプルをダウンロードする >>.zip