lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 31/12/2009 20:02, Luciano de Souza wrote:
path = 'c:\arquivos de programas\iup"

Bad start... (typed on the mail client? I will ignore the mixed up quotes...)
Use either

  path = 'c:/arquivos de programas/iup'

(slashes work OK in Windows XP and above)
or

  path = [[c:\arquivos de programas\iup]]

(literal strings doesn't use backslashed escape sequences)

--
Philippe Lhoste
--  (near) Paris -- France
--  http://Phi.Lho.free.fr
--  --  --  --  --  --  --  --  --  --  --  --  --  --