<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../style.css">
<title>
Gambas Documentation - File
 (gb)</title>
</head>
<body>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../../help%3Fen"><img class="flag" alt="Home" border="0" src="../../../img/lang/en.png" align="center"></a>&nbsp;&nbsp;
<a href="../gb%3Fen">Up</a>&nbsp;&nbsp;
<a href="error/where%3Fen">Previous</a>&nbsp;&nbsp;
<a href="file/_read%3Fen">Next</a>&nbsp;&nbsp;
</td></tr></table>
<div class="notab">
<h1>
File
 (gb)</h1>
This class is used for:
<ul>
<li>Representing a file opened with the <a href="../../lang/open%3Fen">OPEN</a> instruction.
<li>Accessing standard input, output and error streams.
<li>Manipulating file paths, with its static methods.
<p>
</ul>

You cannot create this class directly. You must use the <a href="../../lang/open%3Fen">OPEN</a> instruction.
<p>
<div class="black"><font color="white" size="-2"><b>Symbols</b></font></div>
<div class="border">
This class inherits <a href="stream%3Fen">Stream</a>.<hr>
This class is not creatable.<br>
<hr><table class="none" cellspacing="0" cellpadding="0">
<tr>
<td align=left><b>Static&nbsp;properties</b></td><td width="32">&nbsp;</td>
<td align=left><b>Static&nbsp;methods</b></td><td width="32">&nbsp;</td>
</tr>
<tr valign=top>
<td>
<b><a href="file/err%3Fen">Err</a></b>&nbsp;&nbsp; <b><a href="file/in%3Fen">In</a></b>&nbsp;&nbsp; <b><a href="file/out%3Fen">Out</a></b>&nbsp;&nbsp; </td><td>&nbsp;</td>
<td>
<b><a href="file/basename%3Fen">BaseName</a></b>&nbsp;&nbsp; <b><a href="file/dir%3Fen">Dir</a></b>&nbsp;&nbsp; <b><a href="file/ext%3Fen">Ext</a></b>&nbsp;&nbsp; <b><a href="file/load%3Fen">Load</a></b>&nbsp;&nbsp; <b><a href="file/name%3Fen">Name</a></b>&nbsp;&nbsp; <b><a href="file/save%3Fen">Save</a></b>&nbsp;&nbsp; </td><td>&nbsp;</td>
</tr>
</table>
<hr><table class="none" cellspacing="0" cellpadding="0">
<tr>
<td align=left><b>Properties</b></td><td width="32">&nbsp;</td>
<td align=left><b>Events</b></td><td width="32">&nbsp;</td>
</tr>
<tr valign=top>
<td>
<a href="stream/byteorder%3Fen">ByteOrder</a>&nbsp;&nbsp; <a href="stream/endofline%3Fen">EndOfLine</a>&nbsp;&nbsp; <a href="stream/handle%3Fen">Handle</a>&nbsp;&nbsp; <a href="stream/id%3Fen">Id</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
<td>
<a href="file/_read%3Fen">Read</a>&nbsp;&nbsp; <a href="file/_write%3Fen">Write</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
</tr>
</table>
</div>

</div>
<hr>
</body>
</html>

