TmpFile type

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

Direct parent types

File
Represents a file in a file system (S_IFREG)
Direct subtypes: 2
TmpFsObj
Undocumented
Direct subtypes: 2

Methods

init(t:TmpFile, cleanup_policy:CleanupPolicy=RemoveCleanupPolicy()) Source: stdlib.ngs:5880
Undocumented