lunarmodules / luafilesystem

LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution.
https://lunarmodules.github.io/luafilesystem/
MIT License
900 stars 291 forks source link

lfs.chdir Changes current working directory to volume without end slash wont work #146

Open robertlzj opened 3 years ago

robertlzj commented 3 years ago

Hi~ F.chdir'G:' will return true, but didn't take effect actually. F.chdir'G:\\' works correctly.