SecureBlackbox 2020 iOS Edition

Questions / Feedback?

requestAttributes (method)

Requests attributes of the remote file.

Syntax

- (NSString*)requestAttributes:(NSString*)remotePath :(BOOL)followSymLinks;
public func requestAttributes(_ remotePath: String, _ followSymLinks: Bool) throws -> String

Remarks

Use this method to request attributes of a remote file. Pass the name of the file via the RemotePath parameter, and use FollowSymLinks to specify whether symbolic links should be resolved.

The method returns the list of attributes as a line of semicolon-separated entries: Size=78220;Owner=user@system;Group=none@system;Permissions=432;ATime=2020-04-28 08:21:00.295;MTime=2020-04-28 08:21:00.302;CTime=2020-04-28 08:21:00.295;AttribBits=24;LinkCount=1.

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