Find.find does not find any files or subdirectories
---------------------------------------------------

                 Key: JRUBY-2335
                 URL: http://jira.codehaus.org/browse/JRUBY-2335
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.1RC3
         Environment: windows xp 86
            Reporter: Henry Lai


The following code works in cruby and list all the files in the /temp dir and 
subdirectory
under jruby just print the /temp

require 'find'
Find.find( '/temp') do | f | 
  puts f
end

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to