lua-path icon indicating copy to clipboard operation
lua-path copied to clipboard

Incompatibility for ANY pattern

Open moteus opened this issue 8 years ago • 0 comments

path.each(path.join(".", '*.*'), print, { skipdirs=false, skipfiles=true })

This code prints out all directories on Windows when uses FFI backend but if uses LuaFileSystem backend it prints out only directories with dot in its name.

moteus avatar May 31 '17 11:05 moteus