Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

static function Delete(path: string): void;
static void Delete(string path);
static def Delete(path as string) as void

Parameters

pathThe name of the directory to remove.

Description

Deletes a directory from a specified path.