---
title: URL.DirectoryHint.checkFileSystem
framework: foundation
role: symbol
role_heading: Case
path: foundation/url/directoryhint/checkfilesystem
---

# URL.DirectoryHint.checkFileSystem

A hint that directs a URL call to consult the file system to determine whether the path references a directory.

## Declaration

```swift
case checkFileSystem
```

## See Also

### Hints

- [URL.DirectoryHint.isDirectory](foundation/url/directoryhint/isdirectory.md)
- [URL.DirectoryHint.notDirectory](foundation/url/directoryhint/notdirectory.md)
- [URL.DirectoryHint.inferFromPath](foundation/url/directoryhint/inferfrompath.md)
