---
title: typeRegular
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/fileattributetype/typeregular
---

# typeRegular

A regular file.

## Declaration

```swift
static let typeRegular: FileAttributeType
```

## See Also

### Accessing File Type Attributes

- [typeBlockSpecial](foundation/fileattributetype/typeblockspecial.md)
- [typeCharacterSpecial](foundation/fileattributetype/typecharacterspecial.md)
- [typeDirectory](foundation/fileattributetype/typedirectory.md)
- [typeSocket](foundation/fileattributetype/typesocket.md)
- [typeSymbolicLink](foundation/fileattributetype/typesymboliclink.md)
- [typeUnknown](foundation/fileattributetype/typeunknown.md)
