Changeset 79864
- Timestamp:
- 06/28/11 12:30:51 (4 years ago)
- File:
-
- 1 edited
-
trunk/base/src/registry2.0/portimage.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/registry2.0/portimage.tcl
r79593 r79864 464 464 # files to a backup file, both in the filesystem and in the 465 465 # registry 466 if { [file exists $file] } {466 if { ![catch {file type $file}] } { 467 467 set bakfile "${file}${baksuffix}" 468 468 ui_warn "File $file already exists. Moving to: $bakfile."
Note: See TracChangeset
for help on using the changeset viewer.

