Skip to content

RecentFileTracker.onFileOpen method

RecentFileTracker › onFileOpen

Unofficial

On file open, save file to last opened files.

Signature:

onFileOpen(prevFile: TFile, file: TFile): void

Parameters:

ParameterTypeDescription
prevFileTFilePreviously opened file.
fileTFileNewly opened file.

Returns: void