HELP #7 #3247 (11/7/2009 9:19:24 AM) comp.lang.ruby Topic: How can i go about thisi want to move the folders which is older than 2 days from the current date. how can i go for the implementation. my folder structure is d:/MoveFiles/2009-10-31/g.html Any... Newb
If error occurs should not copy again from the beginning342 (4/29/2009 6:26:25 AM) comp.lang.ruby Hi.. I try to copy folders recursively.. my_dir = Dir.glob( Dir.glob("#{@source}/**/*") my_dir.each do |f| File.copy(f,@@dest) end For example @source = e:/test_dir If that test_dir has 10 files.if som... Newb
Help on copy file226 (4/28/2009 7:21:22 AM) comp.lang.ruby Hi.. is it possible to copy a file which is newer than the existing one. how can i check that? Any Ideas. Thanks -- Posted via http://www.ruby-forum.com/. ... Newb
Helo on optparse1129 (4/27/2009 4:28:09 AM) comp.lang.ruby hi i m using optparse. in that for copying i have implemented like below opts.on('-r', '--recursive RECURSIVE', "specify for recursive copy" ) do | r| options.recursive = true end opts.on('-o', ... Newb
FileUtils cp_r159 (4/25/2009 6:12:25 AM) comp.lang.ruby Hi... i want to copy a folder recursively i did it using cp_r(source,destination) it works correctly. but it sould not be overwritted... how can i do it pls help me.. even i used remove_destination => fal... Newb
Ruby 1.8.7-p72 installation on windows144 (4/24/2009 3:51:29 AM) comp.lang.ruby Hi... I m newb looking for help.. i want to install ruby 1.8.7 on my windows machine.. i extracted the zip file of ruby Ruby 1.8.7-p72 Binary in http://www.ruby- lang.org/en/downloads/ after that what shoul... Newb
Installing SWIG on Windows For Ruby 1.8.6137 (4/23/2009 11:16:13 AM) comp.lang.ruby Hello Everyone.. I m running on windows and i have Ruby 1.8.6 installed. now i would like to use SWIG for creating Ruby Extension in C. i have googled that how to use and how to install SWIG on Windows. but... Newb
Help On Ruby Integration With C028 (4/23/2009 4:09:56 AM) comp.lang.ruby Hi... I m using ruby 1.8.6 on Windows.. I m extending Ruby with C. that is i want to load a DLL into Ruby.. but Ruby fails load my Dll.. i use visual studio.net command Prompt. I integrate my dll namely p... Newb
Help on Ruby Segmentation Problem422 (4/20/2009 10:06:40 AM) comp.lang.ruby hi all.. I extend ruby with C. I m new to these kind of stuffs... I integrate my dll namely prov.all into C program namely prov.c afterthat i call those c functions through ruby . irb(main):001:0> require 'pr... Newb
Help to create a Ruby extension in C318 (4/16/2009 4:49:48 AM) comp.lang.ruby hi.. i just followed the peter cooper's tutorial on How to create a Ruby extension in C in under 5 minutes in the rubyinside.com. folowng the tutorial i create extconf.rb and MyTest.c . i installed the cygwin. ... Newb
revathy.p's replies:
Items(7) /1
Help on Directory Iteration719 (1/27/2009 6:32:41 AM) comp.lang.ruby Hi People i have never done file or Directory manipulations before. now in my form i have given date field and search button. if the user enters date and clicks the search button,accoding to the date entered i... revathy.p(31)
Check for two strings226 (1/29/2009 11:51:06 AM) comp.lang.ruby Is this possible to check for two strings. i want to check whether these two params exits i want to proceed the process i get two strings through form search_string_1 = params[:first_name] search _string_2 = pa... revathy.p(31)
to run window service using ruby644 (4/8/2009 4:01:08 AM) comp.lang.ruby Hi... how to run window service using ruby. i have exe file for making it to run i have to click it on. but i want to make it to run using ruby. Kindly Help me get along with ruby... Thank you -- Posted via ... revathy.p(31)
Help to create a Ruby extension in C318 (4/16/2009 4:49:48 AM) comp.lang.ruby hi.. i just followed the peter cooper's tutorial on How to create a Ruby extension in C in under 5 minutes in the rubyinside.com. folowng the tutorial i create extconf.rb and MyTest.c . i installed the cygwin. ... revathy.p(31)
Help on Ruby Segmentation Problem422 (4/20/2009 10:06:40 AM) comp.lang.ruby hi all.. I extend ruby with C. I m new to these kind of stuffs... I integrate my dll namely prov.all into C program namely prov.c afterthat i call those c functions through ruby . irb(main):001:0> require 'pr... revathy.p(31)
Helo on optparse1129 (4/27/2009 4:28:09 AM) comp.lang.ruby hi i m using optparse. in that for copying i have implemented like below opts.on('-r', '--recursive RECURSIVE', "specify for recursive copy" ) do | r| options.recursive = true end opts.on('-o', ... revathy.p(31)
HELP #7 #3247 (11/7/2009 9:19:24 AM) comp.lang.ruby Topic: How can i go about thisi want to move the folders which is older than 2 days from the current date. how can i go for the implementation. my folder structure is d:/MoveFiles/2009-10-31/g.html Any... revathy.p(31)