Hey there.

Im using the File Watcher class at the moment but im having a problem. When a user deletes a folder or file all i get is the path name. Like...

D:\My Documents

was deleted. It doesnt tell me if it was a folder or a file. And i could check for extensions but sometimes files may not have extensions, and hence the program would think it was a folder.

Ive tried, stupidly i might add, to "get" the file / folder to check but since its already "deleted" this fails.

Hopefully theres a way, if not ill have to create a work around.

Thanks a lot.

Gav