Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/FindChromiumPath


Ignore:
Timestamp:
05/17/24 13:01:06 (6 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/FindChromiumPath

    v1 v1  
     1= FindChromiumPath ** 825gen2 ** =
     2Get the full path to the chromium browser
     3
     4{{{
     5const char* FindChromiumPath(void);
     6}}}
     7
     8== Parameters ==
     9
     10No parameters
     11
     12== Return Value ==
     13
     14This function returns character array pointer to the path, or NULL if not found.
     15
     16== Remarks ==
     17
     18
     19== Examples ==
     20
     21
     22== See Also ==
     23
     24
     25