Share via


FileActionEntity.FullPath Property

Definition

Gets the full path to the file.

public:
 property Platform::String ^ FullPath { Platform::String ^ get(); };
winrt::hstring FullPath();
public string FullPath { get; }
var string = fileActionEntity.fullPath;
Public ReadOnly Property FullPath As String

Property Value

String

Platform::String

winrt::hstring

The full path to the file.

Applies to