Interface: FolderGrantHandle
Defined in: Extensions/ExtensionApiDtos.ts:327
Handle representing a user-granted folder the extension can read/write.
The path is the absolute folder path on disk. Extensions only operate on
relative paths within the grant — the host resolves them against path.
Properties
grantedAt
grantedAt:
string
Defined in: Extensions/ExtensionApiDtos.ts:331
ISO 8601 date string when the user granted access.
path
path:
string
Defined in: Extensions/ExtensionApiDtos.ts:329
Absolute path of the granted folder on disk.