| Parameter | Description |
|---|---|
| path | The directory path to create. |
Creates directory in the specified path.
This method has no return value and doesn't report whether it successfully created the directory. It doesn't throw an exception if the directory already exists or if creation fails.
Note: This method is available only on the Universal Windows Platform.