Hi,

We have an app monitors one directory to pick up files, it works fine with local directories and some of the network directories on my other machine.

But it failed on our company's mapped dirve, I tried to debug it, suprised me, it worked fine with the debug version , but the same code, same directory, release version failed, it only gave me an error, "Access Denied" for "FindFirstFile".

I can access (read/write) that directory in the Windows Explorer, and tried to talk to our IT guys, they said nothing special on that folder priviledges.

So I hope someone here had some silimar experiences, tell me which direction should I go for? What could be the reason?

Thanks a lot in advance.

Helen