Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to tag a filename as readonly programatically
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00760275
Message ID:
00760278
Vues:
13
Hi!

One way (perhaps not the best) would be to use Scripting Host.
local oWsh as Wscript.Shell
oWsh=createobject("Wscript.Shell")
oWsh.run("attrib +r file.name")
rele oWsh
HTH
robert.oh.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform