API Version: 1
Library Version: 1.0.alpha
Generated by gi-docgen 2025.3
DexFuture* foundry_mkdir_with_parents ( const char* path, int mode )
Similar to g_mkdir_with_parents() but runs on a thread pool thread.
g_mkdir_with_parents()
path
Type: const char*
const char*
A path to a directory to create.
mode
Type: int
int
The mode for the directory such as 0750.
0750
Type: DexFuture
DexFuture
A DexFuture that resolves to 0 if successful, otherwise rejects with error.