Skip to content

File module #11

@benoittouron

Description

@benoittouron

file.read(start, number)
file.readAll => reads from the current position to the end. Could be used to extract log files
file.readLine
file.close
file.forEachLine => apply some steps with each line of the file as parameter. Useful to load data for example

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