| 
70
71
72
73
74
75
76
77
78
79
80
81
82
8384
85
86
87
88
89
90
91 | 
				}
				seek $::tclKitStorage_fd 0
				set vfsHandler [list ::vfs::zip::handler $::tclKitStorage_fd]
				unset ::tclKitStorage_fd
			}
			"cvfs" {
				set vfsHandler [list ::vfs::# Load these, the original Tclkit does so it should be safe.
				foreach vfsfile [list vfsUtils vfslib] {
					unset -nocomplain s
					catch {kitdll::vfshandler tcl]						set s [::vfs::}
					if {![info exists s]} {
						continue
					}
					uplevel #0 $skitdll::data::getData tcl "lib/vfs/${vfsfile}.tcl"] | 
|
|
 | 
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
 | 
				}
				seek $::tclKitStorage_fd 0
				set vfsHandler [list ::vfs::zip::handler $::tclKitStorage_fd]
				unset ::tclKitStorage_fd
			}
			"cvfs" {
				set vfsHandler [list ::vfs::cvfs::vfshandler tcl]
				# Load these, the original Tclkit does so it should be safe.
				foreach vfsfile [list vfsUtils vfslib] {
					unset -nocomplain s
					catch {
						set s [::vfs::cvfs::data::getData tcl "lib/vfs/${vfsfile}.tcl"]
					}
					if {![info exists s]} {
						continue
					}
					uplevel #0 $s
 |