dir.path â string or nil
Instance Public methods
Returns the path parameter passed to dir's constructor.
1 2 | d = Dir . new ( ".." ) d.path #=> ".." |
Returns the path parameter passed to dir's constructor.
1 2 | d = Dir . new ( ".." ) d.path #=> ".." |
Designed by : w10schools
service@w10schools.com
Please login to continue.