|
-
March 1st, 2010, 07:08 AM
#1
how to enumerate files in the Mydocument in vista and windows 7
hello,
i have a client application running under the user Account. which retrieves the MyDocuments path through
SHGetFolderPath( NULL, CSIDL_MYDOCUMENTS, NULL, 0, szPath );
i am passing this path to my service that will enumerate the files in this folder. but i get access denied while doing this when i use FindFirst API.
can someone please tell how could i fix this. i want to use LogOn APIs only as a last resort.
can'nt i do it after applying some securities settings.
regards
d
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
|