|
-
September 12th, 2001, 01:10 PM
#1
Need help with UNC
I'm spying on a folder on a shared drive. I can't actually get to the shared folder ( FindFirstNotificationChange returns -1 ). I'm using \\server\drive\vol\user\directory and I always get -1
here's the code
This works fine
Ret = FindFirstChangeNotification("c:\Nicolas\Test", false, FILE_NOTIFY_CHANGE_FILE_NAME)
But this doesn't
Ret = FindFirstChangeNotification("\\server\vol\user\Nicolas\Test", false, FILE_NOTIFY_CHANGE_FILE_NAME)
Any idea ?
Thanks
Nicolas
Nicolas Bohemier
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|