Dir.pwd â string
Class Public methods
Returns the path to the current working directory of this process as a string.
1 2 | Dir .chdir( "/tmp" ) #=> 0 Dir .getwd #=> "/tmp" |
Returns the path to the current working directory of this process as a string.
1 2 | Dir .chdir( "/tmp" ) #=> 0 Dir .getwd #=> "/tmp" |
Designed by : w10schools
service@w10schools.com
Please login to continue.