2009-10-23 9 views

Répondre

5

En javascript:

var sh = WScript.CreateObject("WScript.Shell"); 
var sc = sh.CreateShortcut(shortcutPath); 
var targePath = sc.TargetPath; 

Il m'a fallu un certain temps pour comprendre. Donc, je suppose qu'il y aura au moins une personne heureuse de trouver la réponse ici.