Differences From Artifact [b32246b25e]:
- File appfs.tcl — part of check-in [1ef1b92a15] at 2014-09-07 10:38:27 on branch trunk — Updated to use Tcl to do all the heavy lifting (user: rkeene, size: 2499) [annotate] [blame] [check-ins using]
To Artifact [1f2b586ac3]:
- File appfs.tcl — part of check-in [7bb4db9baa] at 2014-09-07 10:39:08 on branch trunk — Fixed typo (user: rkeene, size: 2496) [annotate] [blame] [check-ins using]
︙ | |||
18 19 20 21 22 23 24 | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | - + | proc _cachefile {url key {keyIsHash 1}} { if {$keyIsHash} { set key [_hash_sep $key] } set file [file join $::appfs::cachedir $key] |
︙ |