DirList .Directory (Invalid)
Posted: Tue Mar 19, 2013 10:42 pm
Hi,
I know a directory exists yet when I assign it via .Directory, checking .Status reports Invalid. I have set .Directory on numerous occasions with no problems. Is there anything off the top of your head Andreas I should immediately check for?
Very puzzled.
console output:
this -> Images:animals
Invalid
erwerer ->
[/code]
[/code]
I know a directory exists yet when I assign it via .Directory, checking .Status reports Invalid. I have set .Directory on numerous occasions with no problems. Is there anything off the top of your head Andreas I should immediately check for?
Very puzzled.
Code: Select all
If Exists(entry[imageselected]) = True
debugprint("this -> " .. entry[imageselected])
mui.Set("lv-directory","directory", entry[imageselected])
debugprint( mui.Get("lv-directory","status") )
debugprint("erwerer -> " .. mui.Get("lv-directory","directory") )
this -> Images:animals
Invalid
erwerer ->
[/code]
[/code]