# FileInfoResult

> The results of an asynchronous AsyncReadManager.GetFileInfo call.

## Definition

* **Type:** Struct
* **Namespace:** [Unity.IO.LowLevel.Unsafe](/engine/6000.7/script-reference/unity/io/lowlevel/unsafe.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public struct FileInfoResult
```

## Remarks

This structure reports whether the file to be queried was found, and if so, its size in bytes.

## Fields

| Value                                                                                             | Description                               |
| ------------------------------------------------------------------------------------------------- | ----------------------------------------- |
| [FileSize](/engine/6000.7/script-reference/unity/io/lowlevel/unsafe/fileinforesult/filesize.md)   | Indicates the size of the file in bytes.  |
| [FileState](/engine/6000.7/script-reference/unity/io/lowlevel/unsafe/fileinforesult/filestate.md) | Indicates whether the file exists or not. |
