First thing first. I have managed myself to get the lenght of "/mnt/multimedia/hollywood" from "/mnt/multimedia/hollywood" like this:
set db(dir) "/mnt/multimedia/hollywood"
set db(length) "[expr [string length $db(dir)] - [llength [split $db(dir) "/"]]]"
I'm stuck in here:
catch { glob -type d $db(dir)/* } dirs
set dir [string range $dr [expr [string length files]+$db(lenght)] end]
lappend text $dirs
set list [lsort -dictionary $text]
}
Notice the 'files', was an dir and there should be "/mnt/multimedia/hollywood" but is not working, I'm getting a error, when I replace it. This thing is not getting corectly the date and time of the dir using: [clock format [file atime "$db(dir)/${film}"] -format {%A, %d %B %Y}] it makes this time the date and time of the html file created, in wich this are used.. I don't have a clue what is wrong there.
Once the game is over, the king and the pawn go back in the same box.
Are you avoiding to answer this topic or I'm wrong and simple you don't know (hard to belive this one) or don't want to tell me what is wrong with the date and time of the files, or you are mad on me or something like this?
Once the game is over, the king and the pawn go back in the same box.