FileMode Property
The file mode for the RemoteFile .
Syntax
__property String FileMode = {read=FFileMode, write=FSetFileMode, default="0600"};
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