create
Creates a new file or directory denoted by the path using the specified type. It is created with Dispatchers.IO context. Parent directories will be created if they don't exist.
Parameters
path
The path of the new file or directory.
type
The type (file or directory) to create.