ApplicationInfo.ExeName



ApplicationInfo = class static (TObject)Interface de ApplicationInfoExemples de ApplicationInfo

Qubes 6.3 Nom de l'exécutable

Syntaxe

class function ExeName(): String

Remarques

Inclus le chemin complet de l'exécutable hébergeant le script.

Exemples

// Affichage du nom du fichier exécutable, sans le chemin
PrintLn(ExtractFileName(ApplicationInfo.ExeName));

Classification

System.Info ApplicationInfo