diff options
author | wm4 <wm4@nowhere> | 2014-05-25 19:51:11 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-05-25 19:51:11 +0200 |
commit | e2e450f96177c17bea5f15abee87b1671ecdc75d (patch) | |
tree | a235911e1fbe620532b41f32a647ff45f7ced378 /options/m_option.h | |
parent | e648f7e783e9b063bbef4dcbb5f2c9e7a8c8e4e4 (diff) | |
download | mpv-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 'options/m_option.h')
0 files changed, 0 insertions, 0 deletions