Function

Dex-1Dexmkdir_with_parentsSince 1.1

  • Similar to GLib.mkdir_with_parents but runs on a dedicated thread.

    Parameters

    • path: string

      a path to a directory to create

    • mode: number

      the mode for the directory such as 0750

    Returns Dex.Future

    a Dex.Future that resolves to 0 if successful, otherwise rejects with error.

    1.1