fileIsDir (property)

Whether or not the file represented by these attributes is a directory.

Syntax

@property (nonatomic,readonly,assign,getter=fileIsDir) BOOL fileIsDir;
- (BOOL)fileIsDir;
public var fileIsDir: Bool {
  get {...}
}

Default Value

FALSE

Remarks

Whether or not the file represented by these attributes is a directory.

This property is read-only.

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