Instance Methodswift-nio 2.72.0_NIOFileSystem
_info
SystemFileHandle.swift:391This declaration is gated by at least one @_spi attribute.
- iOS
- 13.0+
- macOS
- 10.15+
- tvOS
- 13.0+
- watchOS
- 6.0+
func _info() -> Result<FileInfo, FileSystemError>
Other members in extension
Instance members
Show system interfaces (9)
Hide system interfaces
func _addPermissions(FilePermissions
) throws -> FilePermissions func _attributeNames(
) throws -> [String] func _close(materialize: Bool, failRenameat2WithEINVAL: Bool
) -> Result<Void, FileSystemError> func _removePermissions(FilePermissions
) throws -> FilePermissions func _removeValueForAttribute(String
) throws func _replacePermissions(FilePermissions
) throws func _synchronize(
) throws func _updateValueForAttribute(some RandomAccessCollection<UInt8>, attribute: String
) throws func _valueForAttribute(String
) throws -> [UInt8]