ES3.DeleteDirectory

public static void DeleteDirectory(string directoryPath, ES3Settings settings)

Description

Deletes a directory and it’s contents.

If the directory does not exist, no exceptions will be thrown.

Parameters

directoryPath [Optional] The relative or absolute path of the directory we want to delete.

settings

[Optional] The settings we want to use to override the default settings.

Examples

C#

JS