CommandLineActivationOperation.CurrentDirectoryPath Property

Definition

Gets the directory path from which the app was activated from the command line.

public:
 property Platform::String ^ CurrentDirectoryPath { Platform::String ^ get(); };
winrt::hstring CurrentDirectoryPath();
public string CurrentDirectoryPath { get; }
var string = commandLineActivationOperation.currentDirectoryPath;
Public ReadOnly Property CurrentDirectoryPath As String

Property Value

String

Platform::String

winrt::hstring

The current directory path.

Applies to