TmpDir type

Represents a temporary directory. Automatically removed when the script exits.

Direct parent types

Dir
Represents a directory in a file system (S_IFDIR)
Direct subtypes: 1
TmpFsObj
Undocumented
Direct subtypes: 2

Methods

init(t:TmpDir, cleanup_policy:CleanupPolicy=RemoveCleanupPolicy()) Source: stdlib.ngs:5885
Undocumented