[vlc-devel] [vlc-commits] lua: libs: Add a basic directory listing functionnality
Rémi Denis-Courmont
remi at remlab.net
Mon Apr 9 22:27:49 CEST 2018
This looks baroque. The optimal way to stat files in a directory is to access the dirent directly (which VLC does not expose because it depends on the OS). Otherwise, the correct way to stat in a directory is statat() (for which there is currently no VLC wrapper). Simpler yet expose the standard functionality -filename- only and let the script stat manually if it needs to.
--
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.
More information about the vlc-devel
mailing list