Diff

Differences From Artifact [6c31406284]:

To Artifact [662da588b0]:


182
183
184
185
186
187
188
189
190
191
192
193
194
195

196
197



198
199
200
201
202
203
204
182
183
184
185
186
187
188

189
190
191
192
193
194
195


196
197
198
199
200
201
202
203
204
205







-






+
-
-
+
+
+







	}

	if {![info exists metadata]} {
		return [list]
	}

	if {$pattern == ""} {

		set children [list $relative]
	} else {
		set children [::vfs::kitdll::data::getChildren $hashkey $relative]
	}

	foreach child $children {
		if {$pattern != ""} {
		if {![string match $pattern $child]} {
			continue
			if {![string match $pattern $child]} {
				continue
			}
		}

		unset -nocomplain metadata
		catch {
			array set metadata [::vfs::kitdll::data::getMetadata $hashkey $child]
		}