LaunchFile(Folder, string, bool)
Launches the default app associated with specified file.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.WSA
- Assembly: UnityEngine.CoreModule
public static void LaunchFile(Folder folder, string relativeFilePath, bool showWarning)
Parameters
Remarks
Note: if the application associated with file is the same as the one performing the launch, Windows won't open a new application, instead it will simply invoke OnActivated event in App.xaml.[cs/cpp] file.