Matt Gerrans
Posts: 1153
Nickname: matt
Registered: Feb, 2002
|
|
Re: Directories in C# .NET
|
Posted: Sep 4, 2003 12:59 PM
|
|
This is usually a OS thing, especially if you are talking about network shares.
However, if what you are trying to do is control the contents of specific directories that your .net application uses, then you probably want to have a look at the FileSystemWatcher component. It is pretty simple to use, but you can also find articles about how to use it on http://www.dotnet247.com or http://www.codeproject.com.
|
|