Hi Mark,
Yeah I am using FileSystemWatcher but I am trying another approach too...
Suppose you have created an exe that uses path: C:\Temp and in this folder
there are is a file or Directory, I want to see whether it a file or
directory
(just like java.io.File -> isFile, isDirectory)
Hope I am presenting my idea,
HI Ravi,
I will take a look at FileSystemInfo.Attibutes
Thanks all,
Stephen
> > Suppose I am monitoring a Folder C:\Temp
>
> Monitoring? You mean with the FileSystemWatcher...?
Mark Rae - 15 Feb 2006 20:48 GMT
> Yeah I am using FileSystemWatcher but I am trying another approach too...
> Suppose you have created an exe that uses path: C:\Temp and in this folder
> there are is a file or Directory, I want to see whether it a file or
> directory
Oh right - Ravi has already answered this for you...