Class Directories
Inheritance
System.Object
Directories
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Experior.Core.dll
Syntax
Properties
Accessories
Declaration
public static string Accessories { get; }
Property Value
Type |
Description |
System.String |
|
ApplicationSettings
Declaration
public static string ApplicationSettings { get; }
Property Value
Type |
Description |
System.String |
|
Controllers
Declaration
public static string Controllers { get; }
Property Value
Type |
Description |
System.String |
|
ExternalPath
Set doing startup using the -lib argument or from the catalog configurator
Declaration
public static string ExternalPath { get; }
Property Value
Type |
Description |
System.String |
|
LocalAccessories
Declaration
public static string LocalAccessories { get; }
Property Value
Type |
Description |
System.String |
|
LocalFolder
Declaration
public static string LocalFolder { get; }
Property Value
Type |
Description |
System.String |
|
Logs
Declaration
public static string Logs { get; }
Property Value
Type |
Description |
System.String |
|
Model
Current Experior model filepath
Declaration
public static string Model { get; }
Property Value
Type |
Description |
System.String |
|
MyCatalog
Declaration
public static string MyCatalog { get; }
Property Value
Type |
Description |
System.String |
|
Temp
Declaration
public static string Temp { get; }
Property Value
Type |
Description |
System.String |
|
Work
Local root folder of execution
Declaration
public static string Work { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Accessible(String)
Determines whether specified folder is accessible.
Declaration
public static bool Accessible(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
The path to test.
|
Returns
Type |
Description |
System.Boolean |
true if has write access to the specified folder; otherwise, false .
|
Empty(String)
Declaration
public static void Empty(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Get(String)
Declaration
[Obsolete("Please use Get(name, defaultValue) instead")]
public static string Get(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.String |
|
Get(String, String)
Declaration
public static string Get(string name, string defaultValue)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
defaultValue |
|
Returns
Type |
Description |
System.String |
|
Set(String, String)
Declaration
public static void Set(string name, string path)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
path |
|