Write a file, creating before all the needed directories.
Write a file
Name | Type | Description |
---|---|---|
dirs | Array of String | A list of directories to create. The file will be writed in the last created directory |
fileName | String | The name of the file |
fileContent | String | The content of the file |
A property to share the last created directory
Creates all the directories in the dirs parameter, starting from theConfig.destDir
Name | Type | Description |
---|---|---|
dirs | Array of String | The directories to create |