TmpFileSyncHelper
Less than 1 minute
Synchronous helper interface for managing a temporary file.
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
| the path to the temporary file | |
Methods
clean()
clean(): voidReturns
void
cleaned()
cleaned(): booleancheck if the temporary file has been cleaned
Returns
boolean
Inherited from
Omit.cleanedtrack()
track(): voidtrack the temporary file for automatic cleanup on process exit
Returns
void
Inherited from
Omit.tracktracked()
tracked(): booleancheck if the temporary file is tracked
Returns
boolean
Inherited from
Omit.trackeduntrack()
untrack(): voiduntrack the temporary file
Returns
void
Inherited from
Omit.untrack