VirtualUser DataPath Property C# API
Gets the path to the data folder.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public virtual string DataPath { get; }

Field Value

The path to the data folder.
Remarks

This is the folder on an injector machine to which data files are transferred from the controller machine. Files in this folder are only transferred if explicitly assigned to a test or test group.

Note Note
All files in the project data\Files folder are copied to all injectors - see FilesDataPath.

See Also