pathSplitter

Like $(FULL_STD_PATH pathSplitter). Note this returns a range of strings, not a range of Path.

  1. alias pathSplitter() = std.path.pathSplitter
  2. auto pathSplitter(Path path)
    @safe pure nothrow
    pathSplitter

Meta