---
title: FSPathURLResource
framework: fskit
role: symbol
role_heading: Class
path: fskit/fspathurlresource
---

# FSPathURLResource

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

## Declaration

```swift
class FSPathURLResource
```

## Overview

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:)](fskit/fspathurlresource/init(url:writable:)-2l10q.md)

### Accessing resource properties

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

### Initializers

- [init(URL:writable:)](fskit/fspathurlresource/init(url:writable:)-52fco.md)

## Relationships

### Inherits From

- [FSResource](fskit/fsresource.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Resources

- [FSResource](fskit/fsresource.md)
- [FSBlockDeviceResource](fskit/fsblockdeviceresource.md)
- [FSGenericURLResource](fskit/fsgenericurlresource.md)
