<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<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>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../../help+en"><img class="flag" alt="Home" border="0" src="../../../img/lang/en.png" align="center"></a>&nbsp;
<a href="../gb+en">Up</a>&nbsp;
<a href="error/where+en">Previous</a>&nbsp;
<a href="file/_read+en">Next</a>&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+en">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+en">OPEN</a> instruction.
<p>
<div class="black"><font size="-2"><b>Symbols</b></font></div>
<div class="border">
This class inherits <a href="stream+en">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 class="none" href="file/err+en">Err</a></b>&nbsp;&nbsp; <b><a class="none" href="file/in+en">In</a></b>&nbsp;&nbsp; <b><a class="none" href="file/out+en">Out</a></b>&nbsp;&nbsp; </td><td>&nbsp;</td>
<td>
<b><a class="none" href="file/basename+en">BaseName</a></b>&nbsp;&nbsp; <b><a class="none" href="file/dir+en">Dir</a></b>&nbsp;&nbsp; <b><a class="none" href="file/ext+en">Ext</a></b>&nbsp;&nbsp; <b><a class="none" href="file/load+en">Load</a></b>&nbsp;&nbsp; <b><a class="none" href="file/name+en">Name</a></b>&nbsp;&nbsp; <b><a class="none" href="file/save+en">Save</a></b>&nbsp;&nbsp; <b><a class="none" href="file/setbasename+en">SetBaseName</a></b>&nbsp;&nbsp; <b><a class="none" href="file/setdir+en">SetDir</a></b>&nbsp;&nbsp; <b><a class="none" href="file/setext+en">SetExt</a></b>&nbsp;&nbsp; <b><a class="none" href="file/setname+en">SetName</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>Methods</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 class="none" href="stream/byteorder+en">ByteOrder</a>&nbsp;&nbsp; <a class="none" href="stream/endofline+en">EndOfLine</a>&nbsp;&nbsp; <a class="none" href="stream/handle+en">Handle</a>&nbsp;&nbsp; <a class="none" href="stream/id+en">Id</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
<td>
<a class="none" href="stream/close+en">Close</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
<td>
<a class="none" href="file/_read+en">Read</a>&nbsp;&nbsp; <a class="none" href="file/_write+en">Write</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
</tr>
</table>
</div>

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

