ExecutionToken provided to the extension when activate()
was called
Unique identifier of the data
Promise that will resolve if the data is deleted successfully
Read a binary file from the the extension's installation directory
ExecutionToken provided to the extension when activate()
was called
Name of the file to be read
Promise for a Buffer with the contents of the file
Read a text file from the the extension's installation directory
ExecutionToken provided to the extension when activate()
was called
Name of the file to be read
Promise for a string with the contents of the file
Read data specific to the user (as identified by the OS) and extension (as identified by the ExecutionToken)
ExecutionToken provided to the extension when activate()
was called
Unique identifier of the data
Promise for a string containing the data
Write data specific to the user (as identified by the OS) and extension (as identified by the ExecutionToken)
ExecutionToken provided to the extension when activate()
was called
Unique identifier of the data
Data to be written
Promise that will resolve if the data is written successfully
Delete data previously written that is specific to the user (as identified by the OS) and extension (as identified by the ExecutionToken)