Documentation

Lake.Util.IO

Creates any missing parent directories of path.

Instances For

    Remove the file at path if it exists.

    Instances For

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

      Instances For

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

        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.

          Instances For

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

            Instances For
              @[inline]

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

              Instances For