Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disable security alert
Message
 
À
05/08/2009 18:24:38
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Installation et configuration
Divers
Thread ID:
01416362
Message ID:
01416618
Vues:
76
This message has been marked as the solution to the initial question of the thread.
Hi,
*============================================================
* Removes the security warning for all files in a directory
* that match the pattern
*============================================================
LParameter tcPattern

  Local laDir[1], lnFile
  Declare Long DeleteFile in Win32Api String
  For lnFile=1 to ADir(laDir,m.tcPattern)
    DeleteFile( ;
      Addbs(FullPath(JustPath(m.tcPattern)))+;
      laDir[m.lnFile,1]+":Zone.Identifier" ;
  )
  EndFor
For more information see my blog entry at http://www.foxpert.com/knowlbits_200906_1.htm
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform