Sha256: 624ff4c0fa43c45ef9575e166c42e1b95f7ce7415a8dd7a535bf272e0fdb4700
Contents?: true
Size: 396 Bytes
Versions: 8
Compression:
Stored size: 396 Bytes
Contents
# this code is to list the photo names def viewtmpcontactphoto fileList = Dir.new($tmpphoto_directory).entries.sort.delete_if { |x| ! (x =~ /jpg$/) } @listnamerecordfilesresult = "" @listphotosfromtmp = fileList.rwd_method("filltmpcontactphoto") end def filltmpcontactphoto(inffile) applet = inffile.gsub(/\.nam$/, "") @a_tmpphotoname = applet end
Version data entries
8 entries across 8 versions & 1 rubygems