Changes

Working with Files in Ruby

72 bytes added, 15:23, 31 March 2009
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Ruby Directory Handling|Previous]]<td align="center">[[Ruby Essentials|Table of Contents]]<td width="20%" align="right">Working with Dates and Times in Ruby</td>
<tr>
<td width="20%">Ruby Directory Handling<td align="center"><td width="20%" align="right">Working with Dates and Times in Ruby</td>
</table>
<hr>
</pre>
== Getting Information About about Files ==
File handling often requires more than just opening files. Sometimes it is necessary to find out information about a file before it is opened. Fortunately the ''File'' class provides a range of methods for this very purpose.