Skip to content

FileExplorerView.onCreate method

FileExplorerView › onCreate

Unofficial

Is called when a new file is created in vault. Updates the file tree.

Signature:

onCreate(file: TAbstractFile): void

Parameters:

Parameter Type Description
file TAbstractFile The new file or folder.

Returns: void