# Sandbox.BaseFileSystem.GetCrcAsync

```csharp
System.Threading.Tasks.Task<ulong> GetCrcAsync(string filepath)
```

Returns CRC64 of the file contents.

### Parameters

- `filepath` (`string`): File path to the file to get CRC of.

### Returns

`System.Threading.Tasks.Task<ulong>`: The CRC64, or 0 if file is not found.

Declared in [Sandbox.BaseFileSystem](/api/Sandbox.BaseFileSystem).
Assembly: `Sandbox.Filesystem`.
