pub unsafe extern "C" fn svn_dirent_is_absolute(
dirent: *const c_char,
) -> svn_boolean_tExpand description
Return TRUE if @a dirent is considered absolute on the platform at hand. E.g. ‘/foo’ on Posix platforms or ‘X:/foo’, ‘//server/share/foo’ on Windows.
@since New in 1.6.