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