dir.tell â integer
Instance Public methods
Returns the current position in dir. See also
Dir#seek
.
1 2 3 4 | d = Dir . new ( "testdir" ) d.tell #=> 0 d.read #=> "." d.tell #=> 12 |
Returns the current position in dir. See also
Dir#seek
.
1 2 3 4 | d = Dir . new ( "testdir" ) d.tell #=> 0 d.read #=> "." d.tell #=> 12 |
Designed by : w10schools
service@w10schools.com
Please login to continue.