VirtualUser
FilesDataPath Property
C# API
Gets the path of the
data\Files
folder.
Namespace:
Facilita.Fc.Runtime
Assembly:
fc_clr
(in fc_clr.dll) Version: 9.5.7.98
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
public
string
FilesDataPath
{
get
; }
public string FilesDataPath { get; }
Field Value
The path of the
data\Files
folder.
Remarks
This is the folder on an injector machine to which all the files in the
data\Files
folder on the controller machine are transferred.
See Also
VirtualUser Class
VirtualUser Members
Facilita.Fc.Runtime Namespace