The fully qualified path of the file to read.
Read-write property
[Visual Basic .NET] |
---|
Public Property FullPath() As String |
[C#] |
---|
public string FullPath {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_FullPath(); |
[Unmanaged C++] |
---|
public: HRESULT get_FullPath( BSTR * pPath ); public: HRESULT put_FullPath( BSTR Path ); |
[Java] |
---|
public String getFullPath(); public void setFullPath( String ); |