Table of Contents

Interface IUniFile

Namespace
Glitch9.IO.Files
public interface IUniFile
Extension Methods

Properties

FileType

UniFileType FileType { get; set; }

Property Value

UniFileType

IsError

bool IsError { get; }

Property Value

bool

IsLoaded

bool IsLoaded { get; }

Property Value

bool

IsLoading

bool IsLoading { get; }

Property Value

bool

IsValid

bool IsValid { get; }

Property Value

bool

LastError

string LastError { get; }

Property Value

string

MimeType

MIMEType MimeType { get; set; }

Property Value

MIMEType

Name

string Name { get; }

Property Value

string

Path

string Path { get; set; }

Property Value

string

Url

string Url { get; set; }

Property Value

string