1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-26 15:13:21 +00:00
CC-Tweaked/src
SquidDev d4199064ae Make fs.combine accept multiple arguments
Means we can now do fs.combine("a", "b", "c"). Of course, one may just
write "a/b/c" in this case, but it's definitely useful elsewhere.

This is /technically/ a breaking change as fs.combine(a, b:gsub(...))
will no longer function (as gsub returns multiple arguments). However,
I've done a quick search through GH and my Pastebin archives and can't
find any programs which would break. Fingers crossed.
2020-11-28 11:41:03 +00:00
..
generated/resources Auto-generate monitor models 2020-11-11 21:14:53 +00:00
main Make fs.combine accept multiple arguments 2020-11-28 11:41:03 +00:00
test Make fs.combine accept multiple arguments 2020-11-28 11:41:03 +00:00
web More examples 2020-11-20 21:59:17 +00:00