LocalFile Property
The file on the local host.
Object Oriented Interface
public function getLocalFile(); public function setLocalFile($value);
Procedural Interface
ipworks_rcp_get($res, 9 ); ipworks_rcp_set($res, 9, $value );
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.
Data Type
String