IDirectoryDeleteSubDirectoryOperation Interface
Operation indicating a subdirectory should be deleted.
Signature
export interface IDirectoryDeleteSubDirectoryOperation
Properties
Property | Type | Description |
---|---|---|
path | string | Absolute path of the directory that contains the directory to be deleted. |
subdirName | string | Name 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"