FileCommandHandler.executeFile method
FileCommandHandler › executeFile
Executes the command for a single file.Signature:
executeFile(file: TFile): Promisable<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| file | TFile | The file. |
Returns: Promisable<void>