---
title: string
framework: system
role: symbol
role_heading: Instance Property
path: system/filepath/root-swift.struct/string
---

# string

On Unix, this returns "/".

## Declaration

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

## Discussion

Discussion On Windows, interprets the root’s content as UTF-16 on Windows. This property is equivalent to calling String(decoding: root).
