---
title: fileSystemTypeName
framework: fskit
role: symbol
role_heading: Instance Property
path: fskit/fsstatfsresult/filesystemtypename
---

# fileSystemTypeName

A property for the file system type name.

## Declaration

```swift
var fileSystemTypeName: String { get }
```

## Discussion

Discussion Match this value to the FSShortName attribute within the EXAppExtensionAttributes dictionary of the module’s Info.plist. The maximum allowed length is MFSTYPENAMELEN, including the terminating NUL character.
