IniFile.FileName Property

IniFileIO

IniFileFileName Property

IniFileIO Documentation
The file path where the object will be read from and written to.

Namespace:  IniFileIO
Assembly:  IniFileIO (in IniFileIO.dll) Version: 1.4.0.6028 (1.4.0.06028)
Syntax

public string FileName { get; set; }
Public Property FileName As String
	Get
	Set
public:
property String^ FileName {
	String^ get ();
	void set (String^ value);
}
member FileName : string with get, set

Property Value

Type: String
New full file path location.

Return Value

Type: String
Full file path and name of the current object.
Remarks

See Also

Reference