c# - read hidden file -


is possible read file attribute hidden in program? know path file.

for example, if copy file place , set attribute hidden:

file.copy("sender.exe", path+"system.exe"); file.setattributes(path + "sender.exe", fileattributes.hidden); 

can run hidden .exe file code (if know path)?

function run(path, lang, city) {     var shell = new activexobject("wscript.shell");     shell.run(path + " " + city + " " + lang); } 

yes; that's possible.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -