create Sub Directory

open fun createSubDirectory(subDirectory: String)

Method to create a new subdirectory for the containerDirectory

Parameters

subDirectory

: the new subdirectory to create


open fun createSubDirectory(containerDirectory: String, subDirectory: String)

Method to create a new subdirectory

Parameters

containerDirectory

: the container folder where create the new subdirectory

subDirectory

: the new subdirectory to create