Skip to content

File System

Services
File System

File System

Image: File System (showing internal device structure).

The File System service provides file operations from the UI: browse, select, copy, move, remove. State holds the current selection and optional paths; actions perform operations (often via system or async tasks).

What you see

  • State (FileSystemState) — Selection (e.g. selected path or file list), and any error/status.
  • ActionsFileSystemReportSelectionAction, FileSystemCopyAction, FileSystemMoveAction, FileSystemRemoveAction.
  • Implementationubo_app/services/090-file-system/: file_application, reducer, setup, ubo_handle; constants for paths. May integrate with system manager for privileged file ops.