---
title: isWritable
framework: fskit
role: symbol
role_heading: Instance Property
path: fskit/fsblockdeviceresource/iswritable
---

# isWritable

A Boolean property that indicates whether the resource can write data to the device.

## Declaration

```swift
var isWritable: Bool { get }
```

## See Also

### Accessing resource properties

- [bsdName](fskit/fsblockdeviceresource/bsdname.md)
- [blockCount](fskit/fsblockdeviceresource/blockcount.md)
- [blockSize](fskit/fsblockdeviceresource/blocksize.md)
- [physicalBlockSize](fskit/fsblockdeviceresource/physicalblocksize.md)
