Skip to content

io.readfile

Cat Stevens edited this page Dec 18, 2017 · 5 revisions

read a file's contents as a string.

io.readfile(filename)

get the individual file lines using string.explode.

Parameters

  • filename - a path to a filename.

Availability

Premake 5.0.0 alpha 12 or later.

Clone this wiki locally