Table of Contents

Property ModelStorageDirectory

Namespace
LMKit.Global
Assembly
LM-Kit.NET.dll

ModelStorageDirectory

Gets or sets the default storage path for model files. If the path does not exist during a set operation, it will be created automatically.

public static string ModelStorageDirectory { get; set; }

Property Value

string

Exceptions

ArgumentException

Thrown if the provided path is null, empty, or contains only whitespace during a set operation.