How to add your knowledge

closeFile()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax

    Synopsis

    Closes file. file must have been returned by a previous call to the openFile() function. If the file is successfully closed, this returns zero. If there is an error closing the file, this returns an OS-specific error code, and may write to the system messages log.

    The precise behavior of this function are defined by the host operating system and file system.

    Syntax

    closeFile ( path As User ) As Integer 
    Argument Type Description
    path User A file handle object returned by a previous call to openFile().