# VirtualFileSystem

> Class that provides access to some of the Unity low level virtual file system APIs.

## Definition

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

```csharp
public static class VirtualFileSystem
```

## Static Methods

| Method                                                                                                                         | Description                                                                                                                          |
| ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
| [GetLocalFileSystemName](/engine/6000.5/script-reference/unity/io/lowlevel/unsafe/virtualfilesystem/getlocalfilesystemname.md) | This method looks up the virtual file entry specified, and returns the details of that file within the file on the local filesystem. |
