IPWorks 2020 JavaScript Edition

Questions / Feedback?

LocalFile Property

The file on the local host.

Syntax


 getLocalFile(): string;

 setLocalFile(localFile: string): void;

Default Value

""

Remarks

This property points to the file on the local host. When GetFile is called and the file already exists, it is overwritten.

When PutFile is called this property must point to a valid file, or an error will be returned.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 JavaScript Edition - Version 20.0 [Build 8292]