Find absolute path of the exe file using javascript -
can absolute path of specified exe
file in javascript
.
(i.e) if give file name quicme
, want path of file name as
c://programfiles/quicme.exe
no, can't. you'd need access path
environment variable that, , javascript in browsers not have access that.
in jscript on windows script host, might able to, though. (if that's case, please add appropriate tags question.)
Comments
Post a Comment