Show / Hide Table of Contents

Class Directory

Inheritance
Object
Directory
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Windows
Assembly: UnityEngine.dll
Syntax
public static class Directory

Properties

localFolder

Declaration
public static string localFolder { get; }
Property Value
Type Description
String

roamingFolder

Declaration
public static string roamingFolder { get; }
Property Value
Type Description
String

temporaryFolder

Declaration
public static string temporaryFolder { get; }
Property Value
Type Description
String

Methods

CreateDirectory(String)

Declaration
public static void CreateDirectory(string path)
Parameters
Type Name Description
String path

Delete(String)

Declaration
public static void Delete(string path)
Parameters
Type Name Description
String path

Exists(String)

Declaration
public static bool Exists(string path)
Parameters
Type Name Description
String path
Returns
Type Description
Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX