mkdir_with_parents


Description:


[ Version ( since = "1.1" ) ]
public Future mkdir_with_parents (string path, int mode)

Similar to [func@GLib.

mkdir_with_parents] but runs on a dedicated thread.

Parameters:

path

a path to a directory to create

mode

the mode for the directory such as `0750`

Returns:

a [class@Dex.Future] that resolves to 0 if successful, otherwise rejects with error.


Namespace: Dex
Package: libdex-1