Node-webkit Shell.showItemInFolder() on Windows XP -
on 2 laptops: windows 7 , windows xp.
<script> var gui = require ('nw.gui'); gui.shell.showiteminfolder ('c:\\nw\\myproject\\index.html'); </script> works (with escaped back-slashes, shown) on windows 7 system, fails silently on windows xp. have seen issues posted osx , windows 7, not xp. incidently, other 2 shell methods, openitem() , openexternal() both work on both laptops. have experience this?
thank you, jonathan
Comments
Post a Comment