ValhallaFile

constructor(context: Context, fileName: String, filesDir: File = context.filesDir)

Parameters

context

The Android context used for file system access.

fileName

The name of the file to manage.

filesDir

The directory where the file is stored. Defaults to the app's internal files directory.