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 | TAbstractFileReturns: null | TAbstractFile — The active folder or null if none is active.