FileWatcher not detecting files on LAN drive

ssalter

Member
Joined
Jul 13, 2005
Messages
5
Programming Experience
10+
A new problem with my spiffy FileWatcher program. Works great on my local computer and on LAN drives within the building but when I try to access a Share on another network, it does not detect files.

I put a listbox on my form and coded the Share address into it and it shows me the files that are there, just as if I was using Explorer to look at it. But, the FileWatcher component doesn't detect file creation.

The path I have in the FileWatcher is the UNC path...\\domain\server\folderpath


any thoughts?

thanks,
Steve
 
Back
Top