Skip to content

FileHelpers.xxxLines Method (String, IEnumerable<String>) #2

@ghuntley

Description

@ghuntley

Hey Redth,

It would be super swell if the following methods also had an option to consume an IENumerable:

FileWriteLines(FilePath, ​String[])​
FileAppendLines(FilePath, ​String[])​

Which would this

FileWriteLines("test", process.GetStandardOutput().ToArray());

becomes

FileWriteLines("test", process.GetStandardOutput());

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions