Skip to content

FileManager.registerFileParentCreator method

FileManager › registerFileParentCreator

Unofficial

Register an extension to be the parent for a specific file type.

Signature:

registerFileParentCreator(extension: string, location: TFolder): void

Parameters:

Parameter Type Description
extension string The file extension.
location TFolder The folder to use as parent.

Returns: void