GetPrivateProfileString

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm use the API call GetPrivateProfileString to get some info from an ini
file. If I put the ini file on the C: drive, I can get the desired results.
However, when the ini file resides on a shared drive, I get nothing back.

Any answers as to why and how to get around this?

Thanks

Sheldon
 
What does your code look like?

I just ran a test, and had no problem whether I used a mapped drive or a
UNC.
 
Back
Top