appjs openDialog返回值是乱码

时间:2013-01-30 05:18:10

标签: appjs

使用appjs-0.0.20-win32-ia32

window.frame.openDialog({
            type: 'save', 
            title: 'Save...', 
            multiSelect: false, 
            dirSelect:true           
            }, function( err , files ) {
               for(var i=0;i<files.length;i++) {
                  console.log(files[i]);
               }

           });

例如:轠ѓ轳ѓ轳ѓ<

此问题仅在Windows 7中使用dirSelect为true,它在Ubuntu 12.04中正常工作。 如果我使用openDialog dirSelect false模式,即启用了文件选择,这也是正确的。 我尝试了64位和32位机器。

0 个答案:

没有答案