Skip to content

file.AsyncRead doesn't work in the Menu State. #5433

@RaphaelIT7

Description

@RaphaelIT7

Details

file.AsyncRead doesn't work in the Menu State. Tested on all Branches

Steps to reproduce

file.Write("example.txt", "Example") -- creating a file for testing
file.AsyncRead("example.txt", "DATA", function(_, _, status, content)
	print("Async Read: " .. status, content)
end)
print("Read: " .. file.Read("example.txt", "DATA"))

Output:

Read: Example

Metadata

Metadata

Assignees

No one assigned

    Labels

    Can't/Won't fixThe issue cannot or will not be fixed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions