lua-users home
lua-l archive

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


Not necessarily, forward slashes are OK in NT:

    local fh = io.open("E:/temp/SomeTestFile.txt", "w")
    fh:write("Simple test string\n")
    fh:close()

This is only partially true. Try "dir E:/temp" or "cd E:/temp".

--
Shmuel