Initial community commit
This commit is contained in:
16
Src/external_dependencies/openmpt-trunk/include/premake/website/docs/io.readfile.md
vendored
Normal file
16
Src/external_dependencies/openmpt-trunk/include/premake/website/docs/io.readfile.md
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
read a file's contents as a string.
|
||||
|
||||
```lua
|
||||
io.readfile(filename)
|
||||
```
|
||||
|
||||
get the individual file lines using [[string.explode|string.explode]].
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `filename` - a path to a filename.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
||||
Reference in New Issue
Block a user