File.join(string, ...) â path
Class Public methods
Returns a new string formed by joining the strings using
File::SEPARATOR
.
File.join("usr", "mail", "gumby") #=> "usr/mail/gumby"
Returns a new string formed by joining the strings using
File::SEPARATOR
.
File.join("usr", "mail", "gumby") #=> "usr/mail/gumby"
Please login to continue.