Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a desktop shortcut
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01149668
Message ID:
01150036
Vues:
47
Thanks!. To delete an existing one, then rename another to that name
*SET STEP ON 
mFile = (ADDBS(strDesktop) + FORCEEXT(newname, "lnk"))
	if FILE(mFile) == .t.
		DELETE FILE(mFile)
	endif
RENAME 												;
(ADDBS(strDesktop) + lcShortcut + ".lnk")			; 
    TO 													;
(ADDBS(strDesktop) + FORCEEXT(newname, "lnk"))
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform