Close (File)
From OxeyeWiki
(Difference between revisions)
Jeb (Talk | contribs)
(Created page with '{{FileMethod| file:close() | Closes the file handle. No reading or writing is possible on a file that has been closed. | {{NoParams}} | Returns nothing. }} === Example === <pre> ...')
(Created page with '{{FileMethod| file:close() | Closes the file handle. No reading or writing is possible on a file that has been closed. | {{NoParams}} | Returns nothing. }} === Example === <pre> ...')
Latest revision as of 18:41, 7 February 2010
|
file:close() | ||
|
Closes the file handle. No reading or writing is possible on a file that has been closed. | ||
| Parameter | Expected Type | Description |
| No parameters | ||
| Returns | ||
|
Returns nothing. | ||
| DaisyMoon File Objects |
|---|
Example
file:close()