Skip to content

ListOptions

Defined in: src/types/public.ts:317

Options for remote directory listing operations.

PropertyTypeDescriptionDefined in
includeHidden?booleanInclude hidden or dot-prefixed entries when the protocol/listing format supports it.src/types/public.ts:321
recursive?booleanRecursively walk child directories when supported by the adapter.src/types/public.ts:319
signal?AbortSignalAbort signal used to cancel the listing operation.src/types/public.ts:323