package stog

  1. Overview
  2. Docs

Cutting documents into pieces. This function is associated to a level in the Base module.

val mk_path : bool -> Path.path -> string -> string -> Path.path

mk_path use_parent_path path sep id forges a new path using the given one (if use_parent_path = true), the given separator (if use_parent_path = true) and the given id.

  • raises Failure

    if the given path has no extension.