Skip to content

Provide raw values alongside formatted strings in the wrapper #132

@hbisneto

Description

@hbisneto

Problem: The wrapper only returns formatted strings (e.g., sizes with units), not raw numeric values

Why it matters: Programmatic use cases need raw timestamps (int) and sizes (bytes) for calculations.

Proposed solution: Add an optional raw=True flag or separate keys like size_raw and modified_ts in the returned dict.

Notes: Keep default behavior unchanged for backward compatibility.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Wrapper ModuleRelated to the "Wrapper" module inside FileSystemPro

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions