ListOptions
Defined in: src/types/public.ts:313
Options for remote directory listing operations.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
includeHidden? | boolean | Include hidden or dot-prefixed entries when the protocol/listing format supports it. | src/types/public.ts:317 |
recursive? | boolean | Recursively walk child directories when supported by the adapter. | src/types/public.ts:315 |
signal? | AbortSignal | Abort signal used to cancel the listing operation. | src/types/public.ts:319 |