Click here to Skip to main content
15,879,326 members
Articles / Desktop Programming / MFC

CFileFindEx

Rate me:
Please Sign up or sign in to vote.
4.93/5 (17 votes)
22 Sep 20055 min read 89.9K   1.4K   40  
A CFileFind with include/exclude filters.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FileFindExTest", "FileFindExTest.vcproj", "{C5E7783E-48D7-4D90-A1FD-70E2DE90A846}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Debug Unicode = Debug Unicode
		Release = Release
		Release Unicode = Release Unicode
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{C5E7783E-48D7-4D90-A1FD-70E2DE90A846}.Debug.ActiveCfg = Debug|Win32
		{C5E7783E-48D7-4D90-A1FD-70E2DE90A846}.Debug.Build.0 = Debug|Win32
		{C5E7783E-48D7-4D90-A1FD-70E2DE90A846}.Debug Unicode.ActiveCfg = Debug Unicode|Win32
		{C5E7783E-48D7-4D90-A1FD-70E2DE90A846}.Debug Unicode.Build.0 = Debug Unicode|Win32
		{C5E7783E-48D7-4D90-A1FD-70E2DE90A846}.Release.ActiveCfg = Release|Win32
		{C5E7783E-48D7-4D90-A1FD-70E2DE90A846}.Release.Build.0 = Release|Win32
		{C5E7783E-48D7-4D90-A1FD-70E2DE90A846}.Release Unicode.ActiveCfg = Release Unicode|Win32
		{C5E7783E-48D7-4D90-A1FD-70E2DE90A846}.Release Unicode.Build.0 = Release Unicode|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior)
United States United States
I have been using VC++ with MFC since it first came out circa 1993 and I saw it demonstrated at a local Software Development show. I've been working for Rimage Corporation for around 23 years developing software to make our CD and DVD publishing hardware work.

When I'm not working I enjoy hanging out with my family, playing guitar, traveling, and taking my dogs for walks. My family enjoys watching Survivor on Thursday nights and we're not even embarassed by it.

Comments and Discussions