Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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