char *osdBasename(char *path)
If path or *path is zero, pointer to a static constant ``.'' is returned.
Note that this function may edit the contents of path itself.
Also note that this function expects the local format, so if a non-local path
format is possible it should first be converted with osdConvertPathname().
| path | The pathname in local format |