📁LocalFilePicker (local_file_picker.py)

This module provides the LocalFilePicker class for selecting a file from the local filesystem.

Definition

class LocalFilePicker(nicegui.ui.dialog)

Syntax

def __init__(
        self,
        directory: str,
        *,
        upper_limit: Optional[str] = ...,
        multiple: bool = False,
        show_hidden_files: bool = False,
        dark_mode: bool = False,
    ) -> None:

Remarks

Retrieved from https://github.com/zauberzeug/nicegui/tree/main/examples/local_file_picker

Last updated