Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/FindChromiumPath
- Timestamp:
- 05/17/24 13:01:06 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/FindChromiumPath
v1 v1 1 = FindChromiumPath ** 825gen2 ** = 2 Get the full path to the chromium browser 3 4 {{{ 5 const char* FindChromiumPath(void); 6 }}} 7 8 == Parameters == 9 10 No parameters 11 12 == Return Value == 13 14 This 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