Other
Close
Delete all records & the directory
db.deleteMany.close()Parameters
None
Wipe
Delete all records & preserve the directory
db.deleteMany.wipe()Parameters
None
Get path to Record
db.locateRecord('tag')Parameters
Name
About
Type
Required
tag
The tag to locate
String
Change directory
db.folderPath = './new/dir'Parameters
N/A
Make directory
db.dir()Parameters
None
Get directory
db.folderPathParameters
N/A
Last updated
Was this helpful?