TmpFsObj type
Direct children types
- TmpDir
- Represents a temporary directory. Automatically removed when the script exits.
- TmpFile
- Represents a temporary file. Automatically removed when the script exits.
Methods
- del(t:TmpFsObj, kcp:KeepCleanupPolicy, e:Box) Source: stdlib.ngs:5890
- del(t:TmpFsObj, rcp:RemoveCleanupPolicy, e:Box) Source: stdlib.ngs:5895
- del(t:TmpFsObj, koecp:KeepOnErrorCleanupPolicy, e:Box) Source: stdlib.ngs:5905
- init(t:TmpFsObj, cleanup_policy:CleanupPolicy=RemoveCleanupPolicy()) Source: stdlib.ngs:5867
- Creates temporary file using `mktemp` and arranges deletion of the file upon exit from the NGS script.