Multiuser Lingo Dictionary > Multiuser Lingo Dictionary > close()

 

close()

Syntax

file("fileName").close()

Description

Multiuser Server server-side function; closes the specified file on the server. The file is closed automatically when the file reference object is deleted.

Example

This statement closes the file Longspeech.txt on the server:

file("C:\Longspeech.txt").close()

See also

read(), rename(), write(), writeValue()