summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authorTSaaristo <tero.saaristo@gmail.com>2017-12-11 23:04:51 +0200
committerJan Ekström <jeebjp@gmail.com>2017-12-13 21:55:28 +0200
commit522bfe5be1212f356acbbd7d566092f8bd8d0748 (patch)
tree4e0992a9f092e9794c00290bd85f0aa8af30e8c0 /osdep
parent47131365a323914d667ba23d50474717f88cd81c (diff)
downloadmpv-522bfe5be1212f356acbbd7d566092f8bd8d0748.tar.bz2
mpv-522bfe5be1212f356acbbd7d566092f8bd8d0748.tar.xz
lua+js: implement utils.file_info()
This commit introduces mp.utils.file_info() for querying information on file paths, implemented for both Lua and Javascript. The function takes a file path as an argument and returns a Lua table / JS object upon success. The table/object will contain the values: mode, size, atime, mtime, ctime and the convenience booleans is_file, is_dir. On error, the Lua side will return `nil, error` and the Javascript side will return `undefined` (and mark the last error). This feature utilizes the already existing cross-platform `mp_stat()` function.
Diffstat (limited to 'osdep')
0 files changed, 0 insertions, 0 deletions