<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`TFolder`](TFolder) ## TFolder class **Signature:** ```typescript export class TFolder extends TAbstractFile ``` **Extends:** [`TAbstractFile`](TAbstractFile) ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [`children`](TFolder/children) | | [`TAbstractFile`](TAbstractFile)<code>[]</code> | | | [`name`](TAbstractFile/name) | | <code>string</code> | <p>(Inherited from [TAbstractFile](TAbstractFile)<!-- -->)</p> | | [`parent`](TAbstractFile/parent) | | [`TFolder`](TFolder)<code> &#124; null</code> | <p>(Inherited from [TAbstractFile](TAbstractFile)<!-- -->)</p> | | [`path`](TAbstractFile/path) | | <code>string</code> | <p>(Inherited from [TAbstractFile](TAbstractFile)<!-- -->)</p> | | [`vault`](TAbstractFile/vault) | | [`Vault`](Vault) | <p>(Inherited from [TAbstractFile](TAbstractFile)<!-- -->)</p> | ## Methods | Method | Modifiers | Description | | --- | --- | --- | | [`isRoot()`](TFolder/isRoot) | | |