AvatarReady
Loading...
Searching...
No Matches
Inria.Avatar.AvatarReady.PathUtils Class Reference

Utility class for handling paths. More...

Inheritance diagram for Inria.Avatar.AvatarReady.PathUtils:

Classes

class  PersistentPath
 
class  ResourcePath
 

Public Types

enum  PersistentPathType { PersistentDataPath , MyDocuments , Custom }
 

Static Public Member Functions

static string CheckOrCreate (string basePath, string path="")
 Returns a valid path, either because it exists, or because it's created Concatenates an absolute path with a relative path.
 
static void CopyDirectory (string sourceDir, string destinationDir, bool recursive=true, bool overwrite=false)
 Copy directory content.
 

Properties

static string AnimationsResourcesFolder [get]
 
static string PackageFolder [get, set]
 
static string AnimationsJsonFolder [get]
 
static string AvatarCacheFolder [get]
 
static string AvatarPreviewCacheFolder [get]
 
static string AvatarCalibrationProfileFolder [get]
 
static string ReplayManagerJsonPath [get]
 
static string AvatarGalleryLink [get]
 

Detailed Description

Utility class for handling paths.

Member Function Documentation

◆ CheckOrCreate()

static string Inria.Avatar.AvatarReady.PathUtils.CheckOrCreate ( string basePath,
string path = "" )
inlinestatic

Returns a valid path, either because it exists, or because it's created Concatenates an absolute path with a relative path.

Parameters
basePath
path
Returns

◆ CopyDirectory()

static void Inria.Avatar.AvatarReady.PathUtils.CopyDirectory ( string sourceDir,
string destinationDir,
bool recursive = true,
bool overwrite = false )
inlinestatic

Copy directory content.

Parameters
sourceDirSource directory path
destinationDirDestination directory path
recursiveCopy directory recursively

The documentation for this class was generated from the following file: