08-18-2008 05:43 AM
08-18-2008 12:21 PM
Hi Karunya,
Thank you for the link. I still have a couple of questions:
1. What does PathToCString() return on an error (is it NULL)?
2. It appears that PathToCstring() dynamically allocates memory for the C string. However,
in the example given in the link you sent, the memory is not freed. Does this mean
that I don't need to worry about freeing any memory after calling PathToCString()?
Thanks for your help!
Steve