C# Класс Hugula.Utils.FileHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ChangePersistentFileName ( string oldName, string newname ) : bool

Changes the name of the persistent file.

CheckCreateFilePathDirectory ( string filePath ) : void

检测文件路径文件夹是否存在

ComputeCrc32 ( string path ) : uint

Computes the crc32.

DeletePersistentDirectory ( string relative = null ) : void

Delete the persistent Directory

DeletePersistentFile ( string fileName ) : void

Deletes the persistent file.

PersistentFileExists ( string abpath ) : bool

the Persistents file is Exists.

ReadPersistentFile ( string fileName ) : byte[]

Reads the persistent file.

SavePersistentFile ( Array context, string fileName ) : void

Saves the file.

SavePersistentFile ( string context, string fileName ) : void

Saves the persistent file.

UnpackConfigAssetBundleFn ( AssetBundle ab, LuaFunction luaFn ) : void

Описание методов

ChangePersistentFileName() публичный статический Метод

Changes the name of the persistent file.
public static ChangePersistentFileName ( string oldName, string newname ) : bool
oldName string Old name.
newname string Newname.
Результат bool

CheckCreateFilePathDirectory() публичный статический Метод

检测文件路径文件夹是否存在
public static CheckCreateFilePathDirectory ( string filePath ) : void
filePath string
Результат void

ComputeCrc32() публичный статический Метод

Computes the crc32.
public static ComputeCrc32 ( string path ) : uint
path string Path.
Результат uint

DeletePersistentDirectory() публичный статический Метод

Delete the persistent Directory
public static DeletePersistentDirectory ( string relative = null ) : void
relative string
Результат void

DeletePersistentFile() публичный статический Метод

Deletes the persistent file.
public static DeletePersistentFile ( string fileName ) : void
fileName string File name.
Результат void

PersistentFileExists() публичный статический Метод

the Persistents file is Exists.
public static PersistentFileExists ( string abpath ) : bool
abpath string Abpath.
Результат bool

ReadPersistentFile() публичный статический Метод

Reads the persistent file.
public static ReadPersistentFile ( string fileName ) : byte[]
fileName string File name.
Результат byte[]

SavePersistentFile() публичный статический Метод

Saves the file.
public static SavePersistentFile ( Array context, string fileName ) : void
context System.Array Context.
fileName string File name.
Результат void

SavePersistentFile() публичный статический Метод

Saves the persistent file.
public static SavePersistentFile ( string context, string fileName ) : void
context string Context.
fileName string File name.
Результат void

UnpackConfigAssetBundleFn() публичный статический Метод

public static UnpackConfigAssetBundleFn ( AssetBundle ab, LuaFunction luaFn ) : void
ab UnityEngine.AssetBundle
luaFn SLua.LuaFunction
Результат void