Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to distinguish doc and docx count
Message
From
19/06/2012 20:22:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to distinguish doc and docx count
Miscellaneous
Thread ID:
01546401
Message ID:
01546401
Views:
74
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 ")
Next
Reply
Map
View

Click here to load this message in the networking platform