Function isRoot

returns true if directory is root directory (e.g. / or C:\\)

bool isRoot(
  in const(string) path
) pure;