Skip to content

path.EnumerateFiles #203

@ForNeVeR

Description

@ForNeVeR

We have the full family of path.GetFiles() with different overloads that return arrays, but we are currently missing path.EnumerateFiles that would return an IEnumerable. Let's have it.

While we are at it, let's correctly type it: it should return a collection of AbsolutePath, not strings.

Deprecate the GetFiles with the wrong return type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions