Skip to content

I had to add line to open make this work #9

@Deadline-Dan

Description

@Deadline-Dan

in function open

had to change the line
local file, message = io.open(filename, "r")
to
local filePath = system.pathForFile( filename, path )
local file, message = io.open(filePath, "r")

to get the file to open.

Thanks,
Dan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions