<!--
{
  "availability" : [
    "macOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FSKit",
  "identifier" : "/documentation/FSKit/FSPathURLResource",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "FSKit"
    ],
    "preciseIdentifier" : "c:objc(cs)FSPathURLResource"
  },
  "title" : "FSPathURLResource"
}
-->

# FSPathURLResource

A resource that represents a path in the system file space.

```
class FSPathURLResource
```

## Overview

The URL passed to `FSPathURLResource` may be a security-scoped URL.
If the URL is a security-scoped URL, FSKit transports it intact from a client application to your extension.

## Topics

### Creating a path URL resource

[`init(url:writable:)`](/documentation/FSKit/FSPathURLResource/init(url:writable:)-2l10q)

Creates a path URL resource.

### Accessing resource properties

[`url`](/documentation/FSKit/FSPathURLResource/url)

The URL represented by the resource.

[`isWritable`](/documentation/FSKit/FSPathURLResource/isWritable)

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



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)