Function git_repository::path::is_absolute
source · Expand description
return true if path
is absolute, which depends on the platform but is always true if it starts with a slash
, hence looks like
a linux path.
return true if path
is absolute, which depends on the platform but is always true if it starts with a slash
, hence looks like
a linux path.