Une fonction vbs qui permet de recuperer le chemin ou se trouve le script
|
Function GetPath() Dim path path = WScript.ScriptFullName GetPath = Left(path, InStrRev(path, "\")) End Function |
Cet article n'a pas été revu depuis la publication.
Cet article a été créé par david le 6 décembre 2016.
Laisser un commentaire