Goto main content

close

Close a file

CLOSE

NAME

close - Close a file

SYNOPSIS

close(file_descriptor)

close(file:file_descriptor)

DESCRIPTION

This function is used to close a file that was already open with function open

EXAMPLES

close(file_descriptor);

SEE ALSO

{{ include("includes/files.sn") }}

AUTHOR

Written by Pierre Laplante, <laplante@sednove.com>

MODIFICATIONS

1.0 2015-12-28 21:24:14 laplante@sednove.com

Edit

© 2024 extenso Inc. All rights reserved.