IBM Aspera JavaScript Library
    Preparing search index...

    Interface ReadDirectoryOptions

    interface ReadDirectoryOptions {
        depth?: number;
        filters?: DirectoryListFilters;
        path: string;
    }
    Index

    Properties

    Properties

    depth?: number

    Maximum recursion depth. 0 = direct children only (non-recursive). Omit for full recursive traversal.

    Optional filters to narrow the results.

    path: string

    Absolute path to the directory to enumerate. Must have been previously allowed via dialog selection or drag-drop.