createDirectoryAt
abstract fun createDirectoryAt(path: String, descriptor: Descriptor = StandardDescriptor.FIRST_PREOPEN)
Create a directory.
Parameters
path
The relative path at which to create the directory.
descriptor
Reference to the parent directory where the new one should be created.