Contents
Display Legacy Contents

 Print
    COMMANDLINE  
This Keyword returns a <string>, the command line used to start the process.
The actual returned value is platform dependent.


Win32: Returns the actual command line parameters used to start the application.
Android: Returns the data of the intent that started the application. It's retrieved by calling android.content.Intent.getDataString().
Windows10: If the application was started with a protocol activation (this is ActivationKind.Protocol) it returns the activation Uri String, otherwise it returns an empty string.

See also
Samples
Sample 1
Sample 2
 
Updated: 3/21/2018 4:53 PM