Home > Back-end >  Is there a way CMD can open a folder with an emoji in its name by using os.execute in Lua 5.2?
Is there a way CMD can open a folder with an emoji in its name by using os.execute in Lua 5.2?

Time:11-01

As soon as I try to access a folder/file containing an emoji in its name from my Lua 5.2 script, for example like this:

os.execute('start "" "' .. path .. "\\scripts\\menu\\           
  • Related