Package-level declarations

Types

Link copied to clipboard
sealed interface FileSize

Provides human-readable file size information.

Link copied to clipboard
sealed interface FileSystemEntry

Provides a common interface for files and directories in a filesystem.

Functions

Link copied to clipboard

Creates a File from the path and metadata without loading file content.

Link copied to clipboard

Creates FileSize representations for the given file.

Link copied to clipboard

Creates a FileSystemEntry (File or Folder) based on the metadata type.

Link copied to clipboard

Creates a Folder from the path, metadata, and optional entries.