Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to distinguish doc and docx count
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
How to distinguish doc and docx count
Divers
Thread ID:
01546401
Message ID:
01546401
Vues:
75
I am saving email attachment in directory called attachments.
I then do a count to determine if the file is a .doc or a .docx

the count i am using does not seem to distinguish between the two. I have ONE file in attachments which is a .docx
instead i am getting 1 count for doc AND i count for docx.

any idea how i can distinguish the two

thanks for your help
k
For Each loAttachment In loMSG.attachments
loAttachment.SaveAsFile("c:\attachments\"+loAttachment.filename)   && save attachment
Next

lnFileCountdocx = Adir(laFiles, "C:\attachments\*.docx")
lnFileCountdoc = Adir(laFiles, "C:\attachments\*.doc ")
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform