mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
(File Ports): In port-filename, cannot use after close.
This commit is contained in:
parent
b0fb230659
commit
e55abf4140
1 changed files with 3 additions and 0 deletions
|
@ -812,6 +812,9 @@ used only during port creation are not retained.
|
|||
Return the filename associated with @var{port}. This function returns
|
||||
the strings "standard input", "standard output" and "standard error"
|
||||
when called on the current input, output and error ports respectively.
|
||||
|
||||
@var{port} must be open, @code{port-filename} cannot be used once the
|
||||
port is closed.
|
||||
@end deffn
|
||||
|
||||
@deffn {Scheme Procedure} set-port-filename! port filename
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue