Artifact 613a59aa61f27821f754b8f1abea70dd82414db75244af4d5de0ba199f0cf420:
- File doc/markdown/fileevent.md — part of check-in [fdf18f0450] at 2025-06-05 14:56:37 on branch tip-700 — - fix/unify Tcl command syntax in tm.n to work with parseCommand and added initial tm.md version - added diagnostic output to parseCommand - added mandatory literals to parseCommand (user: Torsten size: 687)
CommandName: fileevent ManualSection: n Version: 7.5 TclPart: Tcl TclDescription: Tcl Built-In Commands Links:
- chan(n) Copyright:
- Copyright (c) 1994 The Regents of the University of California.
- Copyright (c) 1994-1996 Sun Microsystems, Inc.
- Copyright (c) 2008 Pat Thoyts ---
Name
fileevent - Execute a script when a channel becomes readable or writable
Synopsis
::: {.synopsis} ::: [fileevent]{.cmd} [channel]{.arg} [readable]{.lit} [script]{.optarg} [fileevent]{.cmd} [channel]{.arg} [writable]{.lit} [script]{.optarg} :::
Description
The fileevent command has been superceded by the chan event command which supports the same syntax and options.