H
Heath
I'm dealing with a C# application that monitors changes to the file
system, and need to exclude irrelevent directories, temp directories
for example.
Is there any way to identify such directories, perhaps through
DirectoryInfo or something similar that might give some attribute that
temp, system, hidden, etc directories might be tagged with?
I wanted to write this code to check and ignore such directories
dynamically based on attriebutes, rather than find all the locations
that windows seems to put temp file and hard code exclusions.
Any help would be much appreciated.
system, and need to exclude irrelevent directories, temp directories
for example.
Is there any way to identify such directories, perhaps through
DirectoryInfo or something similar that might give some attribute that
temp, system, hidden, etc directories might be tagged with?
I wanted to write this code to check and ignore such directories
dynamically based on attriebutes, rather than find all the locations
that windows seems to put temp file and hard code exclusions.
Any help would be much appreciated.