boolean createFolders(String directoryPath, String folderPath)boolean createFolders(String directoryPath, String folderPath)| Name | Type | Description |
|---|---|---|
directoryPath | String | The directory to create folder in |
filePath | String | The filePath whose folder structure has to be created |
| Type | Description |
|---|---|
boolean | Whether folder structure was created or not |