Helper class to ensure temp files/folders are cleaned up @API.Object @Modifier Availability InterSystems @API.Object.Instantiable @Modifier Availability Forbidden. More...
Public Member Functions | |
_.Library.Status | OnClose () |
Helper class to ensure temp files/folders are cleaned up @API.Object @Modifier Availability InterSystems @API.Object.Instantiable @Modifier Availability Forbidden. | |
_.Library.String | GetTempFileName (_.Library.String pExtension) |
Gets a temporary file name. More... | |
_.Library.String | GetTempFolderName () |
Gets a temporary folder name (and creates a folder with that name) More... | |
![]() | |
_.Library.Status | OnNew () |
Tracks the OREF of this instance in a PPG for later reference. More... | |
Private Attributes | |
__Files | |
More... | |
__Folders | |
More... | |
Additional Inherited Members | |
![]() | |
NAMESPACESCOPE = None | |
If set to 1, calls to Get must return an instance of this class created in the current namespace; a new instance will be created if none exists. | |
PPG = None | |
PPG in which to track references to the instance of this class. | |
Helper class to ensure temp files/folders are cleaned up @API.Object @Modifier Availability InterSystems @API.Object.Instantiable @Modifier Availability Forbidden.
_.Library.String GetTempFileName | ( | _.Library.String | pExtension | ) |
Gets a temporary file name.
@API.Method @Modifier Availability InterSystems
_.Library.String GetTempFolderName | ( | ) |
Gets a temporary folder name (and creates a folder with that name)
@API.Method @Modifier Availability InterSystems
|
private |
|
private |