---
title: regular
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/urlfileresourcetype/regular
---

# regular

The resource is a regular file.

## Declaration

```swift
static let regular: URLFileResourceType
```

## See Also

### Constants

- [namedPipe](foundation/urlfileresourcetype/namedpipe.md)
- [characterSpecial](foundation/urlfileresourcetype/characterspecial.md)
- [directory](foundation/urlfileresourcetype/directory.md)
- [blockSpecial](foundation/urlfileresourcetype/blockspecial.md)
- [symbolicLink](foundation/urlfileresourcetype/symboliclink.md)
- [socket](foundation/urlfileresourcetype/socket.md)
- [unknown](foundation/urlfileresourcetype/unknown.md)
