AgentOS Extensions API - v1.0.3
    Preparing search index...

    Interface ListDirectoryOptions

    Directory listing options

    interface ListDirectoryOptions {
        includeStats?: boolean;
        maxDepth?: number;
        pattern?: string;
        recursive?: boolean;
        showHidden?: boolean;
    }
    Index

    Properties

    includeStats?: boolean

    Include file stats

    maxDepth?: number

    Maximum depth for recursive listing

    pattern?: string

    Filter pattern (glob)

    recursive?: boolean

    Recursive listing

    showHidden?: boolean

    Include hidden files