Click here to Skip to main content
15,887,214 members
Articles / Programming Languages / XML

Recursive Directory Watch

Rate me:
Please Sign up or sign in to vote.
3.45/5 (11 votes)
25 Nov 20022 min read 99.2K   2.8K   27  
A simple filewatcher based using XML and treeview control
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSentry", "FileSentry.csproj", "{7BA98F89-62A2-4869-9CA6-D2FC17704B26}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MosesXMLBuilder", "..\MosesXMLBuilder\MosesXMLBuilder.csproj", "{FDF017A9-3912-437D-96AE-251CC2753517}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinFormsFun", "..\WinFormsFun\WinFormsFun.csproj", "{1903D345-54AA-46C6-B577-6DEC388E2D15}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{7BA98F89-62A2-4869-9CA6-D2FC17704B26}.Debug.ActiveCfg = Debug|.NET
		{7BA98F89-62A2-4869-9CA6-D2FC17704B26}.Debug.Build.0 = Debug|.NET
		{7BA98F89-62A2-4869-9CA6-D2FC17704B26}.Release.ActiveCfg = Release|.NET
		{7BA98F89-62A2-4869-9CA6-D2FC17704B26}.Release.Build.0 = Release|.NET
		{FDF017A9-3912-437D-96AE-251CC2753517}.Debug.ActiveCfg = Debug|.NET
		{FDF017A9-3912-437D-96AE-251CC2753517}.Debug.Build.0 = Debug|.NET
		{FDF017A9-3912-437D-96AE-251CC2753517}.Release.ActiveCfg = Release|.NET
		{FDF017A9-3912-437D-96AE-251CC2753517}.Release.Build.0 = Release|.NET
		{1903D345-54AA-46C6-B577-6DEC388E2D15}.Debug.ActiveCfg = Debug|.NET
		{1903D345-54AA-46C6-B577-6DEC388E2D15}.Debug.Build.0 = Debug|.NET
		{1903D345-54AA-46C6-B577-6DEC388E2D15}.Release.ActiveCfg = Release|.NET
		{1903D345-54AA-46C6-B577-6DEC388E2D15}.Release.Build.0 = Release|.NET
	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.


Written By
Web Developer
Sweden Sweden
A seasoned COM/ATL developer, recently being hurled head first into his first .Net project, that loves scuba diving and music.

Comments and Discussions