fileMode (property)

The file mode for the RemoteFile .

Syntax

@property (nonatomic,readwrite,assign,getter=fileMode,setter=setFileMode:) NSString* fileMode;
- (NSString*)fileMode;
- (void)setFileMode:(NSString*)newFileMode;
public var fileMode: String {
  get {...}
set {...} }

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".

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