[Starkit] sdx fails to find .vfs directory

David Zolli kroc at kroc.tk
Fri Oct 1 14:39:03 CEST 2004


It could be done this way too :

set idir [file root [file tail $out]].vfs
if {![file exists $idir] || ![file isdirectory $idir]} {
    set idir [file tail $out].vfs
}

I think this wouldn't break anything.

-- 
David Zolli - Kroc
http://www.kroc.tk


More information about the Starkit mailing list