■ソースコード foldername = Folder.selectDialog("フォルダを選択してください"); folderObj = new File(foldername); fsname = folderObj.fsName; alert(fsname);
■ポイント なし