Skip to content

FolderCommandHandler.getActiveFile method

FolderCommandHandler › getActiveFile

Gets the active folder, if any, to use as the target when executing from the command palette.

Signature:

getActiveFile(): null | TAbstractFile

Returns: null | TAbstractFileThe active folder or null if none is active.