How do you extract the base path from pathname in C?
Are there any functions built into the C language or the C-Runtime L
Are there any functions built into the C language or C-Runtime to extract the base path from a pathname in C?
No there are not. Rules for path names are platform specific and so the standard does not cover them.