Utility class for handling paths.
More...
|
enum | PersistentPathType { PersistentDataPath
, MyDocuments
, Custom
} |
|
|
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.
|
|
|
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] |
|
Utility class for handling paths.
◆ 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
-
- Returns
◆ CopyDirectory()
static void Inria.Avatar.AvatarReady.PathUtils.CopyDirectory |
( |
string | sourceDir, |
|
|
string | destinationDir, |
|
|
bool | recursive = true, |
|
|
bool | overwrite = false ) |
|
inlinestatic |
Copy directory content.
- Parameters
-
sourceDir | Source directory path |
destinationDir | Destination directory path |
recursive | Copy directory recursively |
The documentation for this class was generated from the following file: