makeDirectory(dir_path, [recursive])

Class: SwingUI.

Description:

Creates a directory synchronously.

Parameters:

Name Type Default Description

dir_path

string

Path to the directory to create

[recursive]

boolean

false

Create parent directories if they don't exist

Returns:

Type: boolean