Sha256: e6ddc1924e2159c38182cebc12e349dbc527ade82d332659afb7ec8304e85fc4

Contents?: true

Size: 1023 Bytes

Versions: 3

Compression:

Stored size: 1023 Bytes

Contents

   # this method clears the on screen variables
   def sagchangedialogmapdirshttp3
	       if $temp_rwddialogmap_directory == nil
                      temp_dir = $rwddialogmap_directory
                     $temp_rwddialogmap_directory = $rwddialogmap_directory 
           else  
	              temp_dir = $temp_rwddialogmap_directory
             end
  
  
  
         if ! @a_dialogchoice3a.to_s.empty?
		 if $DEBUG
			 $stderr.puts " in sagchangedialogmapdirshttp3"
                 end
              
		     begin
                        tmpnewdir = File.expand_path(    temp_dir   )
			tmpnewdir2 = File.join(  tmpnewdir, @a_dialogchoice3a.to_s.strip)  
			$temp_rwddialogmap_directory = tmpnewdir2
                         Dir.chdir(tmpnewdir2)
		          @dialog_directory3 = $temp_rwddialogmap_directory
			  
		     rescue
		     	     if $DEBUG
			       $stderr.puts " file error in sagchangedialogmapdirshttp3"
                            end
	            end
	    
	 end
  end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
rwddialogmap-0.02 code/superant.com.dialogmap/changedir.rb
rwddialogmap-0.01 code/superant.com.dialogmap/changedir.rb
rwdhypernote-0.16 code/superant.com.dialogmap/changedir.rb