summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-25 19:51:11 +0200
committerwm4 <wm4@nowhere>2014-05-25 19:51:11 +0200
commite2e450f96177c17bea5f15abee87b1671ecdc75d (patch)
treea235911e1fbe620532b41f32a647ff45f7ced378 /TOOLS
parente648f7e783e9b063bbef4dcbb5f2c9e7a8c8e4e4 (diff)
downloadmpv-e2e450f96177c17bea5f15abee87b1671ecdc75d.tar.bz2
mpv-e2e450f96177c17bea5f15abee87b1671ecdc75d.tar.xz
lua: add some filesystem utility functions
We need this only because Lua's stdlib is so scarce. Lua doesn't intend to include a complete stdlib - they confine themselves to standard C, both for portability reasons and to keep the code minimal. But standard C does not provide much either. It would be possible to use Lua POSIX wrapper libraries, but that would be a messy (and unobvious) dependency. It's better to implement the missing functions ourselves, as long as they're small in number.
Diffstat (limited to 'TOOLS')
0 files changed, 0 insertions, 0 deletions