Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
Interface for the Kepler FileSystem TurboModule.
This is the interface contains basic methods to manipulate the contents of the local filesystem. It makes querying into the file system, traversing it, reading and writing to files possible.

Extends

  • KeplerTurboModule

Properties

getConstants()?

readonly optional getConstants: () => object

Returns

object

Inherited from

KeplerTurboModule.getConstants

getEntries()

getEntries: (path) => Promise<string[]> Gets directory entries for the given path.

Parameters

path
string The path to the directory.

Returns

Promise<string[]> The promise that resolves with the directory entries.
Last modified on September 30, 2025