Interface IFileProvider
Namespace: Glitch9.IO.Files
Assembly: Glitch9.IO.dll
Syntax
public interface IFileProvider
Methods
| Edit this page View SourceGetFileAsync(string, bool)
Declaration
UniTask<IFile> GetFileAsync(string fullPath, bool overwrite = true)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fullPath | |
| bool | overwrite |
Returns
| Type | Description |
|---|---|
| UniTask<IFile> |