Opened on May 11, 2022 at 8:48:04 AM
Last modified on Mar 16, 2024 at 10:28:28 AM
#3882 assigned Feature Request
IsFileHandle(<AutoIt filehandle as returned by FileOpen) — at Version 2
| Reported by: | RTFC | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | filehandle | Cc: |
Description (last modified by )
I would like to write UDFs that (just like FileOpen) accept as input either valid filename OR (AutoIt) filehandle (actually an integer), but there is no way for me to check whether any integer parsed as a filehandle is referring to a currently valid file previously opened with FileOpen. For the moment I'm using this hack:
Func _IsValidFileHandle($fh) FileGetPos($fh) ; non-invasive interaction Return (@error=0) ; an invalid (integer) AutoIt file handle triggers an error EndFunc
But since various file functions already error out when an invalid AutoIt filehandle is parsed, it must be trivial to implement an IsFileHandle() function to perform this check internally.
Change History (2)
comment:1 by , on May 11, 2022 at 9:00:02 AM
| Version: | 3.3.14.0 |
|---|
comment:2 by , on May 11, 2022 at 3:10:19 PM
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.