Options
All
  • Public
  • Public/Protected
  • All
Menu

An operation that cleansup a directory

Hierarchy

Index

Properties

dir

dir: string

The directory to cleanup.

Optional exclude

exclude: string | string[]

One or more patterns of files to exclude.

Optional if

if: string | string[]

One or more (JavaScript) conditions that check if that item is available or not.

Optional ignoreIfFail

ignoreIfFail: boolean

Continue when target operation fails or not.

Optional include

include: string | string[]

One or more patterns of files to include.

Optional name

name: string

The name.

Optional recursive

recursive: boolean

Cleanup recursively or not.

Optional type

type: string

The type.

Generated using TypeDoc