localDirectory (property)

The directory to which received files are saved.

Syntax

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

Default Value

""

Remarks

This setting specifies the directory on disk to which received files will be saved. If this property is not set and a file is received the file data will be available through the Transfer event parameters. This property may also be set when the StartTransfer event fires.

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