“\f” and “\u” escape characters which will be expanded to the resource file path and URI respectively when the command line is retrieved;
RecentData.appExec
string appExec() @property nothrowGet appExec field.
Returns
command line used to launch this resource; may contain the
void appExec(string propval) @property nothrowSet appExec field.
Parameters
propval | command line used to launch this resource; may contain the “\f” and “\u” escape characters which will be expanded to the resource file path and URI respectively when the command line is retrieved; |