---
title: "Package.Dependency.Kind.fileSystem(name:path:)"
framework: swift-package-manager
role: symbol
role_heading: Case
path: "swift-package-manager/documentation/packagedescription/package/dependency/kind-swift.enum/filesystem(name:path:)"
---

# Package.Dependency.Kind.fileSystem(name:path:)

A dependency located at the given path.

## Declaration

```swift
case fileSystem(name: String?, path: String)
```

## Parameters

- `name`: The name of the dependency.
- `path`: The path to the dependency.
