Documentation

Lake.Util.IO

Creates any missing parent directories of path.

Equations
Instances For

    Remove the file at path if it exists.

    Equations
    Instances For

      Write the UTF-8 encoded string content to path. If the file already exists, does nothing.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Write the bytes of content to path. If the file already exists, does nothing.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          Remove a directory and all its contents. Like IO.FS.removeDirAll, but does not fail if path does not exist or if a file is first deleted by a racing process.

          Copy a file from src to dst.

          Equations
          Instances For

            Returns the normalized real path of a file if it exists. Otherwise, returns "".

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              @[inline]

              Returns the normalized real path of a file if and only if it exists.

              Equations
              Instances For