Table of Contents

Method GetDefaultModelStoragePath

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

GetDefaultModelStoragePath()

Retrieves the default storage path for model files within the application's data directory. This method is obsolete. Use ModelStorageDirectory instead.

[Obsolete("Use Configuration.ModelStorageDirectory instead of GetDefaultModelStoragePath")]
public static string GetDefaultModelStoragePath()

Returns

string

A string representing the full file path to the default model storage directory.