From WikiChip
$fopen Identifier - mIRC
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$fopen returns information about an open file in file handling
Synopsis
$fopen(N/name)
Parameters
- N - The Nth handle to be used
- name - The handle name to be used
Properties
- .fname - returns the complete filename opened
- .pos - returns the position of the pointer in the file
- .eof - returns 1 if the end of the file was reached, 0 otherwise
- .err - returns 0 if an error occured from the last file access
- .bom - returns the encoding of the file, "utf16le", "utf16be", "utf8", or "ascii"
Example
//fopen test $qt($mircini) | echo -a > $fread(test) $fopen(test).pos | fclose test
Compatibility
Added: mIRC v6.1
Added on: 29 Aug 2003
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.