if( confirm("ファイルを選択しますか?") ) { string filePath = choose("ファイルを選んでください", "./"); print("選択されたファイル = " + filePath); }