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