isAbsolute

Like $(FULL_STD_PATH isAbsolute), but operates on Path.

  1. alias isAbsolute() = std.path.isAbsolute
  2. bool isAbsolute(Path path)
    @safe pure nothrow
    bool
    isAbsolute
    ()

Meta