FileSystemAgentFileStore(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.