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

# isWritable

A Boolean value that indicates whether the file system supports writing to the contents of the path URL.

## Declaration

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

## See Also

### Accessing resource properties

- [url](fskit/fspathurlresource/url.md)
