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:

ParameterTypeDescription
extensionstringThe file extension.
locationTFolderThe folder to use as parent.

Returns: void