RanorexRanorex Documentation
FileName Property
NamespacesRanorex.Core.DataFileDataConnectorFileName
Gets or sets the name of the file.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string FileName { get; set; }
Public Overridable Property FileName As String
public:
virtual property String^ FileName {
	String^ get ();
	void set (String^ value);
}
Value
The name of the file.
Remarks
The file name may be relative.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)