Access information about the current extension context, including file paths for file handlers and extension-specific data.
me
import { me } from '@replit/extensions';
me.filePath
filePath(): Promise<string>
Was this page helpful?