App::ShortcutOptions

Options for creating start menu shortcut.

Header#include "nativeui/app.h"
Namespacenamespace nu
Typestruct
PlatformsWindows

Properties

std::optional<std::wstring> arguments (optional)

The arguments passed to the executable, default is empty string.

std::optional<std::wstring> description (optional)

The description of the shortcut, default is the executable's description.

std::optional<base::FilePath> working_dir (optional)

The working directory that the executable will run under.