Table of Contents

Class FileUtil

Namespace
Glitch9.IO.Files
public class FileUtil
Inheritance
FileUtil
Inherited Members
Extension Methods

Methods

ChangeFileName(string, string, bool)

public static void ChangeFileName(string fullPathBefore, string fullPathAfter, bool overwrite = true)

Parameters

fullPathBefore string
fullPathAfter string
overwrite bool

RefreshIfEditor()

public static void RefreshIfEditor()

RevertFileNameChange(string, string)

public static void RevertFileNameChange(string fullPathBefore, string fullPathAfter)

Parameters

fullPathBefore string
fullPathAfter string

ValidateFileSize(string)

public static bool ValidateFileSize(string localPath)

Parameters

localPath string

Returns

bool