Skip to content

Move Filesystem APIs to std.Io #25738

@andrewrk

Description

@andrewrk

Extracted from #25592.

All of std.fs, std.fs.File, and std.fs.Dir should be deprecated and implementations moved to std.Io.File and std.Io.Dir.

To close the issue std.Io.Threaded must implement all the APIs, including these which currently have @panic stubs:

  • dirStat
  • fileSeekBy
  • dirMakePath
  • openSelfExe
  • fileWritePositional
  • fileWriteStreaming

Metadata

Metadata

Assignees

No one assigned

    Labels

    breakingImplementing this issue could cause existing code to no longer compile or have different behavior.enhancementSolving this issue will likely involve adding new logic or components to the codebase.standard libraryThis issue involves writing Zig code for the standard library.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions