lua-users home
lua-l archive

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


* Alexander Gladysh:

> I think I should use os.execute with output, piped into a temporary
> file (sine io.popen doesn't work on Windows).

This won't work reliably due to charset issues, I fear.  You really
have to use proper operating system APIs for this job.