boolean createFolder(String directoryPath, String folderName)boolean createFolder(String directoryPath, String folderName)| Name | Type | Description |
|---|---|---|
directoryPath | String | The directory to create folder in |
folderName | String | The name of the folder to create |
| Type | Description |
|---|---|
boolean | Whether folder was created or not |