FileManager.registerFileParentCreator method
FileManager › registerFileParentCreator
Unofficial
Register an extension to be the parent for a specific file type.Signature:
registerFileParentCreator(extension: string, location: TFolder): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| extension | string | The file extension. |
| location | TFolder | The folder to use as parent. |
Returns: void