Quote (jls legalize @ Oct. 27 2006,06:38) |
if /home/dsl/.mydsl file is missing, load local button in mydsl extension tool does not work. I created that file putting this line inside: /mnt/hdc1/mydsl and the button works. legalize cannabis, etc |
Code Sample |
if murgaLua.isFile("/home/dsl/.mydsl") then io.input("/home/dsl/.mydsl") mydsl_dir = io.read("*line") io.input() else mydsl_dir = "/" end |