On 1/31/2011 3:43 PM, Jonathan Leffler wrote: > At the Unix level, you use the readlink() function - very carefully > since it does not null-terminate the string it returns. > In the APR interface, ... it is not clear that there are APR wrapper > functions to cover this. > >
Jonathan, Thanks for replying...yeah, I'm familiar with the readlink() function, and had previously used it, but I was trying to not have to include more than I needed to if the APR functions had something that would work... That seems like an omission from the apr_stat command... Tim
