FileSystemAgentFileStore(String) Constructor

Definition

Initializes a new instance of the FileSystemAgentFileStore class.

public FileSystemAgentFileStore(string rootDirectory);
new Microsoft.Agents.AI.FileSystemAgentFileStore : string -> Microsoft.Agents.AI.FileSystemAgentFileStore
Public Sub New (rootDirectory As String)

Parameters

rootDirectory
String

The root directory under which all files are stored. Created if it does not exist.

Applies to