From WikiChip
Editing mirc/commands/fopen

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

This page supports semantic in-text annotations (e.g. "[[Is specified as::World Heritage Site]]") to build structured and queryable content provided by Semantic MediaWiki. For a comprehensive description on how to use annotations or the #ask parser function, please have a look at the getting started, in-text annotation, or inline queries help pages.

Latest revision Your text
Line 1: Line 1:
{{mirc title|/fopen Command}}
+
The '''/fopen command''' opens <filename> and assigns it a handle. The file is opened for both writing and reading: see [[file handling - mIRC|file handling]]. If an error occurred, processing does not halt. You must check that [[$fopen identifier - mIRC|$fopen]](<handle>).err or [[$ferr identifer - mIRC|$ferr]] is not true.
The '''/fopen command''' opens <filename> and assigns it a handle. The file is opened for both writing and reading: see {{mIRC|file handling}}. If an error occurred, processing does not halt. You must check that {{mIRC|$fopen}}(<handle>).err or {{mIRC|$ferr}} is not true.
 
 
 
'''Note''': mIRC keeps the handle even after a fail, you must always /fclose the handle you /fopen yourself.
 
 
 
If -x is not used, the file that is opened is also in shared read/write, meaning that an external application (a second mIRC) can also open the file at the same time, read and write to it, affecting the content of the file you're using.
 
  
 
== Synopsis ==
 
== Synopsis ==
  /fopen [-nox] <handle> <filename>
+
  /fopen [-no] <handle> <filename>
  
 
== Switches ==
 
== Switches ==
 
* '''-n''' - Create a new file, fails if already exists
 
* '''-n''' - Create a new file, fails if already exists
 
* '''-o''' - Creates a new file, overriding an old one if exists
 
* '''-o''' - Creates a new file, overriding an old one if exists
* '''-x''' - Opens the file in exclusive mode (will fail to open if already in use)
 
  
 
== Parameters ==
 
== Parameters ==
* '''<handle>''' - A handle associated with an open file.
+
* '''<handle>''' - a handle associated with an open file
* '''<filename>''' - The filename to open.
+
* '''<filename>''' - the filename to open
  
 
== Example ==
 
== Example ==
Line 69: Line 63:
  
 
== Compatibility ==
 
== Compatibility ==
{{mIRC compatibility|6.1}}
+
Added: 29/08/2003
 +
 
 +
Added On: mIRC v6.1
 +
 
 +
<small>Note: Individual switches were not taken into consideration.</small>
  
 
== See also ==
 
== See also ==
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
* [[List of identifiers - mIRC|List of identifiers]]
* {{mIRC|$fopen}}
+
* [[$fopen identifier - mIRC|$fopen]]
* {{mIRC|$fread}}
+
* [[$fread identifier - mIRC|$fread]]
* {{mIRC|$fgetc}}
+
* [[$fgetc identifier - mIRC|$fgetc]]
* {{mIRC|$feof}}
+
* [[$feof identifier - mIRC|$feof]]
* {{mIRC|$ferr}}
+
* [[$ferr identifier - mIRC|$ferr]]
* {{mIRC|$file}}
+
* [[$file identifier - mIRC|$file]]
* {{mIRC|/fclose}}
+
* [[/fclose command - mIRC|/fclose]]
* {{mIRC|/flist}}
+
* [[/flist command - mIRC|/flist]]
* {{mIRC|/fseek}}
+
* [[/fseek command - mIRC|/fseek]]
* {{mIRC|/fwrite}}
+
* [[/fwrite command - mIRC|/fwrite]]
{{mIRC command list}}
 
  
[[Category:mIRC commands|fopen command - mIRC]]
+
[[Category:mIRC commands]]

Please note that all contributions to WikiChip may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see WikiChip:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)