Removes the directory specified, including all files and sub directories, from database and file system.
Alias: RemoveDirectory
| Name | Type | Description | Optional |
|---|---|---|---|
| Folder | ImageStoreFolder | Folder of the directory located | No |
| Path | string | Relevant path to the directory to be removed. Set to empty string to remove the whole folder. | No |
| SkipFile | switch | Skips the file moving operating in file system. | - |
| OverrideSealedFolder | switch | Overrides the IsSealed mark of the folder. | - |
From Pipeline: Path
None.
To remove the related cache files, call Set-ImageStoreThumbprintCacheFolder before this operating.