FullPath Property

SimpleEssentials

File..::..FullPath Property

Namespace:  SimpleEssentials.IO.Types
Assembly:  SimpleEssentials (in SimpleEssentials.dll)

Syntax


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