The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
204 B
7 lines
204 B
4 years ago
|
## Fs Module now accepts files objects
|
||
|
|
||
|
It is now possible to define a `files()` object and run most Fs module
|
||
|
functions on the file, rather than passing a string and hoping it is in the
|
||
|
same directory.
|
||
|
|