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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -