Changeset 22167 for platform/tdiary

Show
Ignore:
Timestamp:
10/26/08 18:28:15 (5 years ago)
Author:
hsbt
Message:

delete cache file after data convert.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/util/image2flickr.rb

    r22166 r22167  
    141141    i2f.convert(file) 
    142142  end 
     143         
     144  # cache のクリア 
     145  Dir["#{data_path}/cache/*.rb"].each{|f| FileUtils.rm_f( f )} 
     146  Dir["#{data_path}/cache/*.parser"].each{|f| FileUtils.rm_f( f )} 
    143147end 
    144148