Skip to main content
Known Participant
June 12, 2008
Question

[Win VC++ 6.0 ]How to get the number of files count in a folder using VC++ 6.0?

  • June 12, 2008
  • 2 replies
  • 658 views
Hi all,

Can any one tell how to get the number of files(.EPS) count inside a folder when the folder path is specified in VC++ 6.0?

Thanks in Advance.

Regards
myriaz
This topic has been closed for replies.

2 replies

Known Participant
June 17, 2008
Thanks
A. Patterson
Inspiring
June 16, 2008
I'm a little confused by the question, but it sounds like you're asking how to count the number of files with a particular extension in a given directory? That's not really an AI SDK question, but it's a fairly easy one to find if you google it. If you're trying to use Illustrator to do it, AI doesn't have a general purpose file API. It has a few functions to do some things that Illustrator needs, but I don't think enumerating directories is one of them.