USFile.Close

Previous Next

Closes a file which was previously successfully opened with USFile.Open.

Returns no value and generates no error message.

Syntax

INVOKE    USFile.Close WITH
SELECT    alias

The required and case-insensitive alias is the alias of the file to be closed. This alias must previously have been assigned to a file when the USFile.Open method was called.

Example

INVOKE    USFile.Close WITH
SELECT    'ToursFile'

 

 

collapseThe USFile prefix
collapseErrors and repeated calls to USFile.Close

See also

USFile.Open

USFile internal component