Property ModelStorageDirectory
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
Exceptions
- ArgumentException
Thrown if the provided path is null, empty, or contains only whitespace during a set operation.