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

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -