Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Annotation of /trunk/doc/en/html/macro/command/filecreate.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 246 - (hide annotations) (download) (as text)
Mon Oct 30 16:12:51 2006 UTC (17 years, 7 months ago) by yutakapon
Original Path: doc/trunk/en/html/macro/command/filecreate.html
File MIME type: text/html
File size: 705 byte(s)
(none)

1 yutakapon 246 <HTML>
2     <HEAD>
3     <TITLE>filecreate</TITLE>
4     <link rel="stylesheet" href="../../style.css" type="text/css">
5     </HEAD>
6     <BODY>
7    
8     <DIV ALIGN="left">
9     <FONT SIZE="+2">filecreate</FONT><BR><BR>
10     </div>
11    
12     Format:
13     <UL>
14     <B>
15     filecreate &lt;file handle&gt; &lt;filename&gt;
16     </B>
17     </UL>
18     <P></P>
19    
20     Creates and opens a new file specified by &lt;filename&gt;.
21     The file pointer is set to the beginning of the file. If file &lt;filename&gt; already exists, its size is truncated to zero. If the file is successfully created and opened, the file handle is returned in the integer variable &lt;file handle&gt;. Otherwise, &lt;file handle&gt; is set to -1.
22     <P></P>
23    
24     <pre>
25     Example:
26     filecreate fhandle 'data.dat'
27     </pre>
28    
29     </BODY>
30     </HTML>
31    

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26