![]() |
OTX Reference
|
|
Deletes a Directory on the specified path. More...

Public Attributes | |
| StringTerm | path |
| Cardinality [1] The directory to delete. The path shall be defined by a URI (see ISO 13209-2, Annex OTX home and URI recommendation). More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation | |
| OtxLink | validFor |
| Cardinality [0..1] Validity of ActionRealisation. More... | |
Deletes a Directory on the specified path.
The DeleteDirectory activity deletes a Directory on the specified path. Its contents will be deleted recursively.
| Exceptions.FileAccessException | If access to the directory is not allowed, e.g. due to file system permissions. |
| Exceptions.FileNotFoundException | If the path does not point to an existing directory. |
| Exceptions.FileLockException | If the underlying runtime system denies concurrent access. |
| StringTerm OpenTestSystem.Otx.Extensions.File.Actions.DeleteDirectory.path |
Cardinality [1]
The directory to delete. The path shall be defined by a URI (see ISO 13209-2, Annex OTX home and URI recommendation).