Differences From Artifact [10ad08f811]:
- File appfs.tcl — part of check-in [99c9d35a89] at 2014-09-09 06:10:49 on branch trunk — Added executable bit (user: rkeene, size: 5288) [annotate] [blame] [check-ins using]
To Artifact [8e33ab2552]:
- File appfs.tcl — part of check-in [d0513156ec] at 2014-09-09 06:46:34 on branch trunk — Updated to download files as binary (user: rkeene, size: 5339) [annotate] [blame] [check-ins using]
- File appfsd.tcl — part of check-in [0e19d8e3c2] at 2014-09-10 07:22:18 on branch trunk — Renamed fuse daemon as "appfsd" (user: rkeene, size: 5339) [annotate] [blame] [check-ins using]
︙ | |||
24 25 26 27 28 29 30 31 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | + - + | file mkdir [file dirname $file] if {![file exists $file]} { set tmpfile "${file}.new" set fd [open $tmpfile "w"] fconfigure $fd -translation binary |
︙ |