code/superant.com.rwdtinkerbackwindow/listzips.rb in rwdshell-0.99 vs code/superant.com.rwdtinkerbackwindow/listzips.rb in rwdshell-1.00
- old
+ new
@@ -14,10 +14,10 @@
#loop through and get the files names
a.each do |x|
# only zip files
if x =~ /\.zip/
- # puts "#{x}" #adds the file to the array to display on the screen
+ #adds the file to the array to display on the screen
$zipsarraylocal = $zipsarraylocal | ["#{x}"]
end
end