# SetNoBackupFlag(string)

> Set file flag to be excluded from iCloud/iTunes backup.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.tvOS](/engine/6000.7/script-reference/unityengine/tvos.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static void SetNoBackupFlag(string path)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)):&#x20;

### Remarks

As a side-effect, if it was located in Caches folder, it won't be deleted by OS.
