Manage
How to create & delete Records.
Create Record
Parameter
About
Type
Required
tag
The new Record's tag
String
content
The Record's content
Any
options
writeFile options
String || Object
Delete Record
Close
Delete all records & the directory
Wipe
Delete all records & preserve the directory
Delete Old Records
Requires at least one of the options below (multiple options will stack)
Name
About
Type
ms
Milliseconds
Number
seconds
Seconds
Number
minutes
Minutes
Number
hour
Hours
Number
days
Days
Number
Delete Large Records
Requires at least one of the options below (multiple options will stack)
Name
About
Type
options.bytes
Bytes
Number
options.kilobytes
Kilobytes
Number
options.megabytes
Megabytes
Number
options.gigabytes
Gigabytes
Number
Last updated