Skip to main content
Version: v1

IDirectoryDeleteSubDirectoryOperation Interface

Operation indicating a subdirectory should be deleted.

Signature

export interface IDirectoryDeleteSubDirectoryOperation

Properties

PropertyTypeDescription
pathstringAbsolute path of the directory that contains the directory to be deleted.
subdirNamestringName of the subdirectory to be deleted.
type"deleteSubDirectory"String identifier of the operation type.

Property Details

path

Absolute path of the directory that contains the directory to be deleted.

Signature

path: string;

Type: string

subdirName

Name of the subdirectory to be deleted.

Signature

subdirName: string;

Type: string

type

String identifier of the operation type.

Signature

type: "deleteSubDirectory";

Type: "deleteSubDirectory"