Sha256: 17f1e95f61371b6c5ba91a508af968ffbd84d14ef6d1b902f3d293464dc354f6
Contents?: true
Size: 353 Bytes
Versions: 2
Compression:
Stored size: 353 Bytes
Contents
# show picture def viewmoviephoto path_to = File.join( "rwd_files", "moviestmp.jpg" ) begin if ! @a_tmppicturename.empty? path_from = File.join( $tmpmoviepicture_directory, @a_tmppicturename.to_s ) print path_from.to_s FileUtils.cp(path_from, path_to) @rwd_window = "moviephoto" end rescue print "picture copy error" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rwdmovies-0.95 | code/superant.com.rwdmovies/eo2viewmoviephoto.rb |
rwdmovies-0.94 | code/superant.com.rwdmovies/eo2viewmoviephoto.rb |