IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

FileMode Property

The file mode for the RemoteFile .

Object Oriented Interface

public function getFileMode();
public function setFileMode($value);

Procedural Interface

ipworks_rcp_get($res, 1 );
ipworks_rcp_set($res, 1, $value );

Default Value

'0600'

Remarks

This property contains the file mode for the RemoteFile. This property is used together with the PutFile method. The default mode is "0600".

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]