Class FileUtility
A utility class to do file operations
Namespace: Unity.AnimeToolbox
Syntax
public static class FileUtility
Methods
TryMakeFileWritable(String)
Make file writable
Declaration
public static void TryMakeFileWritable(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| String | path | The path to the file |